Html Css Color HEX #BDE072 Sulu

📋 copy color: '#BDE072'

red 189 ◦ green 224 ◦ blue 114

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

Shades of Sulu #BDE072

Tints of Sulu #BDE072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

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

R = 35.86%
G = 42.5%
B = 21.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#BDE072 (or 0xBDE072) is known color: Sulu. HEX triplet: BD, E0 and 72. RGB value is (189,224,114). Sum of RGB (Red+Green+Blue) = 189+224+114=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE072 is #421F8D. Grayscale: #C9C9C9. Windows color (decimal): -4333454 or 7528637. OLE color: 7528637.

HSL color Cylindrical-coordinate representation of color #BDE072: hue angle of 79.09º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDE072 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 114 -
CMYK 0.16 0 0.49 0.12
HSL 79.09º 0.64% 0.66% -
HSV(B) 79.09º 0.49% 0.88% -
XYZ 50.68 65.35 25.86 -
YUV 201 78.9 119.44 -
System Red Green Blue C M Y K H S L
Decimal 189 224 114 0.16 0 0.49 0.12 79.09 0.64 0.66
Hex BD E0 72 10 0 31 C 4F 40 42
Octal 275 340 162 20 0 61 14 117 100 102
Binary 10111101 11100000 1110010 10000 0 110001 1100 1001111 1000000 1000010

Color Harmonies of #BDE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE072

Black with #BDE072

Text Example


Text Example

White with #BDE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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