Html Css Color HEX #BEE470 Sulu

📋 copy color: '#BEE470'

red 190 ◦ green 228 ◦ blue 112

#BEE470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BEE470

Tints of Sulu #BEE470

RGB

 RED value IS 190 (74.61% from 255) = 35.85%

 GREEN value IS 228 (89.45% from 255) = 43.02%

 BLUE value IS 112 (44.14% from 255) = 21.13%

R = 35.85%
G = 43.02%
B = 21.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#BEE470 (or 0xBEE470) is known color: Sulu. HEX triplet: BE, E4 and 70. RGB value is (190,228,112). Sum of RGB (Red+Green+Blue) = 190+228+112=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE470 is #411B8F. Grayscale: #CBCBCB. Windows color (decimal): -4266896 or 7398590. OLE color: 7398590.

HSL color Cylindrical-coordinate representation of color #BEE470: hue angle of 79.66º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEE470 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 228 112 -
CMYK 0.17 0 0.51 0.11
HSL 79.66º 0.68% 0.67% -
HSV(B) 79.66º 0.51% 0.89% -
XYZ 51.9 67.6 25.64 -
YUV 203.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 190 228 112 0.17 0 0.51 0.11 79.66 0.68 0.67
Hex BE E4 70 11 0 33 B 50 44 43
Octal 276 344 160 21 0 63 13 120 104 103
Binary 10111110 11100100 1110000 10001 0 110011 1011 1010000 1000100 1000011

Color Harmonies of #BEE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE470

Black with #BEE470

Text Example


Text Example

White with #BEE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE470; }

 p { color: rgb(190,228,112); }

 H1.HeaderClassName
 {
   color: #BEE470;
 }
 .AnyTagClassName
 {
   color: #BEE470;
 }
</style>

background-color css

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

 a { background-color: rgb(190,228,112); }

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

border-color css

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

 span { border-color: rgb(190,228,112); }

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