Html Css Color HEX #BDEF72 Sulu

📋 copy color: '#BDEF72'

red 189 ◦ green 239 ◦ blue 114

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

Shades of Sulu #BDEF72

Tints of Sulu #BDEF72

RGB

 RED value IS 189 (74.22% from 255) = 34.87%

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

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

R = 34.87%
G = 44.1%
B = 21.03%

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

#BDEF72 (or 0xBDEF72) is known color: Sulu. HEX triplet: BD, EF and 72. RGB value is (189,239,114). Sum of RGB (Red+Green+Blue) = 189+239+114=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF72 is #42108D. Grayscale: #D2D2D2. Windows color (decimal): -4329614 or 7532477. OLE color: 7532477.

HSL color Cylindrical-coordinate representation of color #BDEF72: hue angle of 84º 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 #BDEF72 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 114 -
CMYK 0.21 0 0.52 0.06
HSL 84º 0.8% 0.69% -
HSV(B) 84º 0.52% 0.94% -
XYZ 54.89 73.77 27.26 -
YUV 209.8 73.94 113.16 -
System Red Green Blue C M Y K H S L
Decimal 189 239 114 0.21 0 0.52 0.06 84 0.8 0.69
Hex BD EF 72 15 0 34 6 54 50 45
Octal 275 357 162 25 0 64 6 124 120 105
Binary 10111101 11101111 1110010 10101 0 110100 110 1010100 1010000 1000101

Color Harmonies of #BDEF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF72

Black with #BDEF72

Text Example


Text Example

White with #BDEF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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