#BEFD6F

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

Shades of Sulu #BEFD6F

Tints of Sulu #BEFD6F

Color information

#BEFD6F (or 0xBEFD6F) is unknown color: approx Sulu. HEX triplet: BE, FD and 6F. RGB value is (190,253,111). Sum of RGB (Red+Green+Blue) = 190+253+111=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD6F is #410290. Grayscale: #DADADA. Windows color (decimal): -4260497 or 7339454. OLE color: 7339454.

HSL color Cylindrical-coordinate representation of color #BEFD6F: hue angle of 86.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEFD6F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB190253111-
CMYK0.2500.560.01
HSL86.62º97.26%71.37%-
HSV(B)86.62º56.13%99.22%-
XYZ59.2382.3527.81-
YUV217.9867.63108.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 253 (99.22% from 255) = 45.67%
BLUE value IS 111 (43.75% from 255) = 20.04%
R=34.30%
G=45.67%
B=20.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531110.2500.560.0186.6297.2671.37
HexBEFD6F190381576147
Octal276375157310701127141107
Binary101111101111110111011111100101110001101011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFD6F; }

 p { color: rgb(190,253,111); }

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

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

 a { background-color: rgb(190,253,111); }

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

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

 span { border-color: rgb(190,253,111); }

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