Html Css Color HEX #BDE583 Sulu

📋 copy color: '#BDE583'

red 189 ◦ green 229 ◦ blue 131

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

Shades of Sulu #BDE583

Tints of Sulu #BDE583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.86%

R = 34.43%
G = 41.71%
B = 23.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#BDE583 (or 0xBDE583) is known color: Sulu. HEX triplet: BD, E5 and 83. RGB value is (189,229,131). Sum of RGB (Red+Green+Blue) = 189+229+131=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE583 is #421A7C. Grayscale: #CECECE. Windows color (decimal): -4332157 or 8644029. OLE color: 8644029.

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

Color convert

RGB 189 229 131 -
CMYK 0.17 0 0.43 0.10
HSL 84.49º 0.65% 0.71% -
HSV(B) 84.49º 0.43% 0.9% -
XYZ 53.1 68.5 31.9 -
YUV 205.87 85.75 115.97 -
System Red Green Blue C M Y K H S L
Decimal 189 229 131 0.17 0 0.43 0.10 84.49 0.65 0.71
Hex BD E5 83 11 0 2B A 54 41 47
Octal 275 345 203 21 0 53 12 124 101 107
Binary 10111101 11100101 10000011 10001 0 101011 1010 1010100 1000001 1000111

Color Harmonies of #BDE583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE583

Black with #BDE583

Text Example


Text Example

White with #BDE583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE583; }

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

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

background-color css

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

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

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

border-color css

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

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

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