#BEFA83

Color #BEFA83 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BEFA83

Tints of Sulu #BEFA83

Color information

#BEFA83 (or 0xBEFA83) is unknown color: approx Sulu. HEX triplet: BE, FA and 83. RGB value is (190,250,131). Sum of RGB (Red+Green+Blue) = 190+250+131=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFA83 is #41057C. Grayscale: #DADADA. Windows color (decimal): -4261245 or 8649406. OLE color: 8649406.

HSL color Cylindrical-coordinate representation of color #BEFA83: hue angle of 90.25º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEFA83 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB190250131-
CMYK0.2400.480.02
HSL90.25º92.25%74.71%-
HSV(B)90.25º47.6%98.04%-
XYZ59.5280.9633.96-
YUV218.4978.62107.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 131 (51.56% from 255) = 22.94%
R=33.27%
G=43.78%
B=22.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501310.2400.480.0290.2592.2574.71
HexBEFA831803025a5c4b
Octal276372203300602132134113
Binary10111110111110101000001111000011000010101101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFA83; }

 p { color: rgb(190,250,131); }

 H1.HeaderClassName
 {
   color: #BEFA83;
 }
 .AnyTagClassName
 {
   color: #BEFA83;
 }
</style>
background-color css

<style>
 a { background-color: #BEFA83; }

 a { background-color: rgb(190,250,131); }

 div.DivClassName
 {
   background-color: #BEFA83;
 }
 .BgClassName
 {
   background-color: #BEFA83;
 }
</style>
border-color css

<style>
 span { border-color: #BEFA83; }

 span { border-color: rgb(190,250,131); }

 td.TdClassName
 {
   border-color: #BEFA83;
 }
 .TagClassName
 {
   border-color: #BEFA83;
 }
</style>