Html Css Color HEX #BDE581 Sulu

📋 copy color: '#BDE581'

red 189 ◦ green 229 ◦ blue 129

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

Shades of Sulu #BDE581

Tints of Sulu #BDE581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.58%

R = 34.55%
G = 41.86%
B = 23.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#BDE581 (or 0xBDE581) is known color: Sulu. HEX triplet: BD, E5 and 81. RGB value is (189,229,129). Sum of RGB (Red+Green+Blue) = 189+229+129=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE581 is #421A7E. Grayscale: #CDCDCD. Windows color (decimal): -4332159 or 8512957. OLE color: 8512957.

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

Color convert

RGB 189 229 129 -
CMYK 0.17 0 0.44 0.10
HSL 84º 0.66% 0.7% -
HSV(B) 84º 0.44% 0.9% -
XYZ 52.97 68.44 31.19 -
YUV 205.64 84.75 116.13 -
System Red Green Blue C M Y K H S L
Decimal 189 229 129 0.17 0 0.44 0.10 84 0.66 0.7
Hex BD E5 81 11 0 2C A 54 42 46
Octal 275 345 201 21 0 54 12 124 102 106
Binary 10111101 11100101 10000001 10001 0 101100 1010 1010100 1000010 1000110

Color Harmonies of #BDE581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE581

Black with #BDE581

Text Example


Text Example

White with #BDE581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE581; }

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

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

background-color css

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

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

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

border-color css

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

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

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