Html Css Color HEX #BEEC72 Sulu

📋 copy color: '#BEEC72'

red 190 ◦ green 236 ◦ blue 114

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

Shades of Sulu #BEEC72

Tints of Sulu #BEEC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.11%

R = 35.19%
G = 43.7%
B = 21.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#BEEC72 (or 0xBEEC72) is known color: Sulu. HEX triplet: BE, EC and 72. RGB value is (190,236,114). Sum of RGB (Red+Green+Blue) = 190+236+114=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEC72 is #41138D. Grayscale: #D0D0D0. Windows color (decimal): -4264846 or 7531710. OLE color: 7531710.

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

Color convert

RGB 190 236 114 -
CMYK 0.19 0 0.52 0.07
HSL 82.62º 0.76% 0.69% -
HSV(B) 82.62º 0.52% 0.93% -
XYZ 54.27 72.15 26.99 -
YUV 208.34 74.76 114.92 -
System Red Green Blue C M Y K H S L
Decimal 190 236 114 0.19 0 0.52 0.07 82.62 0.76 0.69
Hex BE EC 72 13 0 34 7 53 4C 45
Octal 276 354 162 23 0 64 7 123 114 105
Binary 10111110 11101100 1110010 10011 0 110100 111 1010011 1001100 1000101

Color Harmonies of #BEEC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEC72

Black with #BEEC72

Text Example


Text Example

White with #BEEC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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