Html Css Color HEX #BDE57C Sulu

📋 copy color: '#BDE57C'

red 189 ◦ green 229 ◦ blue 124

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

Shades of Sulu #BDE57C

Tints of Sulu #BDE57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.88%

R = 34.87%
G = 42.25%
B = 22.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#BDE57C (or 0xBDE57C) is known color: Sulu. HEX triplet: BD, E5 and 7C. RGB value is (189,229,124). Sum of RGB (Red+Green+Blue) = 189+229+124=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE57C is #421A83. Grayscale: #CDCDCD. Windows color (decimal): -4332164 or 8185277. OLE color: 8185277.

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

Color convert

RGB 189 229 124 -
CMYK 0.17 0 0.46 0.10
HSL 82.86º 0.67% 0.69% -
HSV(B) 82.86º 0.46% 0.9% -
XYZ 52.64 68.31 29.48 -
YUV 205.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 189 229 124 0.17 0 0.46 0.10 82.86 0.67 0.69
Hex BD E5 7C 11 0 2E A 53 43 45
Octal 275 345 174 21 0 56 12 123 103 105
Binary 10111101 11100101 1111100 10001 0 101110 1010 1010011 1000011 1000101

Color Harmonies of #BDE57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE57C

Black with #BDE57C

Text Example


Text Example

White with #BDE57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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