Html Css Color HEX #BDE081 Sulu

📋 copy color: '#BDE081'

red 189 ◦ green 224 ◦ blue 129

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

Shades of Sulu #BDE081

Tints of Sulu #BDE081

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

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

R = 34.87%
G = 41.33%
B = 23.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#BDE081 (or 0xBDE081) is known color: Sulu. HEX triplet: BD, E0 and 81. RGB value is (189,224,129). Sum of RGB (Red+Green+Blue) = 189+224+129=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE081 is #421F7E. Grayscale: #CBCBCB. Windows color (decimal): -4333439 or 8511677. OLE color: 8511677.

HSL color Cylindrical-coordinate representation of color #BDE081: hue angle of 82.11º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE081 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 129 -
CMYK 0.16 0 0.42 0.12
HSL 82.11º 0.61% 0.69% -
HSV(B) 82.11º 0.42% 0.88% -
XYZ 51.6 65.72 30.73 -
YUV 202.71 86.4 118.22 -
System Red Green Blue C M Y K H S L
Decimal 189 224 129 0.16 0 0.42 0.12 82.11 0.61 0.69
Hex BD E0 81 10 0 2A C 52 3D 45
Octal 275 340 201 20 0 52 14 122 75 105
Binary 10111101 11100000 10000001 10000 0 101010 1100 1010010 111101 1000101

Color Harmonies of #BDE081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE081

Black with #BDE081

Text Example


Text Example

White with #BDE081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE081; }

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

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

background-color css

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

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

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

border-color css

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

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

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