Html Css Color HEX #BEE970 Sulu

📋 copy color: '#BEE970'

red 190 ◦ green 233 ◦ blue 112

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

Shades of Sulu #BEE970

Tints of Sulu #BEE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.55%

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

R = 35.51%
G = 43.55%
B = 20.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BEE970 (or 0xBEE970) is known color: Sulu. HEX triplet: BE, E9 and 70. RGB value is (190,233,112). Sum of RGB (Red+Green+Blue) = 190+233+112=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE970 is #41168F. Grayscale: #CECECE. Windows color (decimal): -4265616 or 7399870. OLE color: 7399870.

HSL color Cylindrical-coordinate representation of color #BEE970: hue angle of 81.32º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEE970 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 233 112 -
CMYK 0.18 0 0.52 0.09
HSL 81.32º 0.73% 0.68% -
HSV(B) 81.32º 0.52% 0.91% -
XYZ 53.3 70.39 26.11 -
YUV 206.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 190 233 112 0.18 0 0.52 0.09 81.32 0.73 0.68
Hex BE E9 70 12 0 34 9 51 49 44
Octal 276 351 160 22 0 64 11 121 111 104
Binary 10111110 11101001 1110000 10010 0 110100 1001 1010001 1001001 1000100

Color Harmonies of #BEE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE970

Black with #BEE970

Text Example


Text Example

White with #BEE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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