#BEFD6A

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

Shades of Sulu #BEFD6A

Tints of Sulu #BEFD6A

Color information

#BEFD6A (or 0xBEFD6A) is unknown color: approx Sulu. HEX triplet: BE, FD and 6A. RGB value is (190,253,106). Sum of RGB (Red+Green+Blue) = 190+253+106=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD6A is #410295. Grayscale: #D9D9D9. Windows color (decimal): -4260502 or 7011774. OLE color: 7011774.

HSL color Cylindrical-coordinate representation of color #BEFD6A: hue angle of 85.71º degrees, saturation: 0.97, 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 #BEFD6A is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB190253106-
CMYK0.2500.580.01
HSL85.71º97.35%70.39%-
HSV(B)85.71º58.1%99.22%-
XYZ58.9682.2426.4-
YUV217.465.13108.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 253 (99.22% from 255) = 46.08%
BLUE value IS 106 (41.80% from 255) = 19.31%
R=34.61%
G=46.08%
B=19.31%

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
Decimal1902531060.2500.580.0185.7197.3570.39
HexBEFD6A1903A1566146
Octal276375152310721126141106
Binary101111101111110111010101100101110101101011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFD6A; }

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

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

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

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

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

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

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

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