Html Css Color HEX #BDD578 Sulu

📋 copy color: '#BDD578'

red 189 ◦ green 213 ◦ blue 120

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

Shades of Sulu #BDD578

Tints of Sulu #BDD578

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.8%

 BLUE value IS 120 (47.27% from 255) = 22.99%

R = 36.21%
G = 40.8%
B = 22.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#BDD578 (or 0xBDD578) is known color: Sulu. HEX triplet: BD, D5 and 78. RGB value is (189,213,120). Sum of RGB (Red+Green+Blue) = 189+213+120=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD578 is #422A87. Grayscale: #C3C3C3. Windows color (decimal): -4336264 or 7919037. OLE color: 7919037.

HSL color Cylindrical-coordinate representation of color #BDD578: hue angle of 75.48º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD578 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 120 -
CMYK 0.11 0 0.44 0.16
HSL 75.48º 0.53% 0.65% -
HSV(B) 75.48º 0.44% 0.84% -
XYZ 48.17 59.76 26.77 -
YUV 195.22 85.55 123.56 -
System Red Green Blue C M Y K H S L
Decimal 189 213 120 0.11 0 0.44 0.16 75.48 0.53 0.65
Hex BD D5 78 B 0 2C 10 4B 35 41
Octal 275 325 170 13 0 54 20 113 65 101
Binary 10111101 11010101 1111000 1011 0 101100 10000 1001011 110101 1000001

Color Harmonies of #BDD578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD578

Black with #BDD578

Text Example


Text Example

White with #BDD578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD578; }

 p { color: rgb(189,213,120); }

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

background-color css

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

 a { background-color: rgb(189,213,120); }

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

border-color css

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

 span { border-color: rgb(189,213,120); }

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