Html Css Color HEX #BDD57D Sulu

📋 copy color: '#BDD57D'

red 189 ◦ green 213 ◦ blue 125

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

Shades of Sulu #BDD57D

Tints of Sulu #BDD57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.72%

R = 35.86%
G = 40.42%
B = 23.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#BDD57D (or 0xBDD57D) is known color: Sulu. HEX triplet: BD, D5 and 7D. RGB value is (189,213,125). Sum of RGB (Red+Green+Blue) = 189+213+125=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD57D is #422A82. Grayscale: #C4C4C4. Windows color (decimal): -4336259 or 8246717. OLE color: 8246717.

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

Color convert

RGB 189 213 125 -
CMYK 0.11 0 0.41 0.16
HSL 76.36º 0.51% 0.66% -
HSV(B) 76.36º 0.41% 0.84% -
XYZ 48.48 59.89 28.41 -
YUV 195.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 189 213 125 0.11 0 0.41 0.16 76.36 0.51 0.66
Hex BD D5 7D B 0 29 10 4C 33 42
Octal 275 325 175 13 0 51 20 114 63 102
Binary 10111101 11010101 1111101 1011 0 101001 10000 1001100 110011 1000010

Color Harmonies of #BDD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD57D

Black with #BDD57D

Text Example


Text Example

White with #BDD57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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