Html Css Color HEX #BEEF72 Sulu

📋 copy color: '#BEEF72'

red 190 ◦ green 239 ◦ blue 114

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

Shades of Sulu #BEEF72

Tints of Sulu #BEEF72

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.01%

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

R = 34.99%
G = 44.01%
B = 20.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#BEEF72 (or 0xBEEF72) is known color: Sulu. HEX triplet: BE, EF and 72. RGB value is (190,239,114). Sum of RGB (Red+Green+Blue) = 190+239+114=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEF72 is #41108D. Grayscale: #D2D2D2. Windows color (decimal): -4264078 or 7532478. OLE color: 7532478.

HSL color Cylindrical-coordinate representation of color #BEEF72: hue angle of 83.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEEF72 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 239 114 -
CMYK 0.21 0 0.52 0.06
HSL 83.52º 0.8% 0.69% -
HSV(B) 83.52º 0.52% 0.94% -
XYZ 55.14 73.9 27.28 -
YUV 210.1 73.77 113.66 -
System Red Green Blue C M Y K H S L
Decimal 190 239 114 0.21 0 0.52 0.06 83.52 0.8 0.69
Hex BE EF 72 15 0 34 6 54 50 45
Octal 276 357 162 25 0 64 6 124 120 105
Binary 10111110 11101111 1110010 10101 0 110100 110 1010100 1010000 1000101

Color Harmonies of #BEEF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEF72

Black with #BEEF72

Text Example


Text Example

White with #BEEF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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