Html Css Color HEX #BDE572 Sulu

📋 copy color: '#BDE572'

red 189 ◦ green 229 ◦ blue 114

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

Shades of Sulu #BDE572

Tints of Sulu #BDE572

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.05%

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

R = 35.53%
G = 43.05%
B = 21.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#BDE572 (or 0xBDE572) is known color: Sulu. HEX triplet: BD, E5 and 72. RGB value is (189,229,114). Sum of RGB (Red+Green+Blue) = 189+229+114=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE572 is #421A8D. Grayscale: #CCCCCC. Windows color (decimal): -4332174 or 7529917. OLE color: 7529917.

HSL color Cylindrical-coordinate representation of color #BDE572: hue angle of 80.87º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDE572 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 114 -
CMYK 0.17 0 0.50 0.10
HSL 80.87º 0.69% 0.67% -
HSV(B) 80.87º 0.5% 0.9% -
XYZ 52.04 68.07 26.32 -
YUV 203.93 77.25 117.35 -
System Red Green Blue C M Y K H S L
Decimal 189 229 114 0.17 0 0.50 0.10 80.87 0.69 0.67
Hex BD E5 72 11 0 32 A 51 45 43
Octal 275 345 162 21 0 62 12 121 105 103
Binary 10111101 11100101 1110010 10001 0 110010 1010 1010001 1000101 1000011

Color Harmonies of #BDE572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE572

Black with #BDE572

Text Example


Text Example

White with #BDE572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE572; }

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

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

background-color css

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

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

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

border-color css

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

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

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