Html Css Color HEX #BEEC70 Sulu

📋 copy color: '#BEEC70'

red 190 ◦ green 236 ◦ blue 112

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

Shades of Sulu #BEEC70

Tints of Sulu #BEEC70

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.87%

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

R = 35.32%
G = 43.87%
B = 20.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#BEEC70 (or 0xBEEC70) is known color: Sulu. HEX triplet: BE, EC and 70. RGB value is (190,236,112). Sum of RGB (Red+Green+Blue) = 190+236+112=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEC70 is #41138F. Grayscale: #D0D0D0. Windows color (decimal): -4264848 or 7400638. OLE color: 7400638.

HSL color Cylindrical-coordinate representation of color #BEEC70: hue angle of 82.26º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEEC70 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 236 112 -
CMYK 0.19 0 0.53 0.07
HSL 82.26º 0.77% 0.68% -
HSV(B) 82.26º 0.53% 0.93% -
XYZ 54.16 72.11 26.39 -
YUV 208.11 73.76 115.08 -
System Red Green Blue C M Y K H S L
Decimal 190 236 112 0.19 0 0.53 0.07 82.26 0.77 0.68
Hex BE EC 70 13 0 35 7 52 4D 44
Octal 276 354 160 23 0 65 7 122 115 104
Binary 10111110 11101100 1110000 10011 0 110101 111 1010010 1001101 1000100

Color Harmonies of #BEEC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEC70

Black with #BEEC70

Text Example


Text Example

White with #BEEC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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