#BEFF8C

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

Shades of Sulu #BEFF8C

Tints of Sulu #BEFF8C

Color information

#BEFF8C (or 0xBEFF8C) is unknown color: approx Sulu. HEX triplet: BE, FF and 8C. RGB value is (190,255,140). Sum of RGB (Red+Green+Blue) = 190+255+140=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF8C is #410073. Grayscale: #DEDEDE. Windows color (decimal): -4259956 or 9240510. OLE color: 9240510.

HSL color Cylindrical-coordinate representation of color #BEFF8C: hue angle of 93.91º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEFF8C is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB190255140-
CMYK0.2500.450
HSL93.91º100%77.45%-
HSV(B)93.91º45.1%100%-
XYZ61.7384.3637.84-
YUV222.4681.47104.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 255 (100% from 255) = 43.59%
BLUE value IS 140 (55.08% from 255) = 23.93%
R=32.48%
G=43.59%
B=23.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551400.2500.45093.9110077.45
HexBEFF8C1902D05e644d
Octal276377214310550136144115
Binary1011111011111111100011001100101011010101111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF8C; }

 p { color: rgb(190,255,140); }

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

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

 a { background-color: rgb(190,255,140); }

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

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

 span { border-color: rgb(190,255,140); }

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