Html Css Color HEX #BDE58F Sulu

📋 copy color: '#BDE58F'

red 189 ◦ green 229 ◦ blue 143

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

Shades of Sulu #BDE58F

Tints of Sulu #BDE58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.49%

R = 33.69%
G = 40.82%
B = 25.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#BDE58F (or 0xBDE58F) is known color: Sulu. HEX triplet: BD, E5 and 8F. RGB value is (189,229,143). Sum of RGB (Red+Green+Blue) = 189+229+143=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE58F is #421A70. Grayscale: #CFCFCF. Windows color (decimal): -4332145 or 9430461. OLE color: 9430461.

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

Color convert

RGB 189 229 143 -
CMYK 0.17 0 0.38 0.10
HSL 87.91º 0.62% 0.73% -
HSV(B) 87.91º 0.38% 0.9% -
XYZ 53.96 68.84 36.43 -
YUV 207.24 91.75 114.99 -
System Red Green Blue C M Y K H S L
Decimal 189 229 143 0.17 0 0.38 0.10 87.91 0.62 0.73
Hex BD E5 8F 11 0 26 A 58 3E 49
Octal 275 345 217 21 0 46 12 130 76 111
Binary 10111101 11100101 10001111 10001 0 100110 1010 1011000 111110 1001001

Color Harmonies of #BDE58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE58F

Black with #BDE58F

Text Example


Text Example

White with #BDE58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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