#BEFC6B

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

Shades of Sulu #BEFC6B

Tints of Sulu #BEFC6B

Color information

#BEFC6B (or 0xBEFC6B) is unknown color: approx Sulu. HEX triplet: BE, FC and 6B. RGB value is (190,252,107). Sum of RGB (Red+Green+Blue) = 190+252+107=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC6B is #410394. Grayscale: #D9D9D9. Windows color (decimal): -4260757 or 7077054. OLE color: 7077054.

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

Color convert

RGB190252107-
CMYK0.2500.580.01
HSL85.66º96.03%70.39%-
HSV(B)85.66º57.54%98.82%-
XYZ58.781.6326.57-
YUV216.9365.96108.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 252 (98.83% from 255) = 45.90%
BLUE value IS 107 (42.19% from 255) = 19.49%
R=34.61%
G=45.90%
B=19.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521070.2500.580.0185.6696.0370.39
HexBEFC6B1903A1566046
Octal276374153310721126140106
Binary101111101111110011010111100101110101101011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC6B; }

 p { color: rgb(190,252,107); }

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

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

 a { background-color: rgb(190,252,107); }

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

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

 span { border-color: rgb(190,252,107); }

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