Html Css Color HEX #BDE880 Sulu

📋 copy color: '#BDE880'

red 189 ◦ green 232 ◦ blue 128

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

Shades of Sulu #BDE880

Tints of Sulu #BDE880

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.26%

 BLUE value IS 128 (50.39% from 255) = 23.32%

R = 34.43%
G = 42.26%
B = 23.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#BDE880 (or 0xBDE880) is known color: Sulu. HEX triplet: BD, E8 and 80. RGB value is (189,232,128). Sum of RGB (Red+Green+Blue) = 189+232+128=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE880 is #42177F. Grayscale: #CFCFCF. Windows color (decimal): -4331392 or 8448189. OLE color: 8448189.

HSL color Cylindrical-coordinate representation of color #BDE880: hue angle of 84.81º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDE880 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 128 -
CMYK 0.19 0 0.45 0.09
HSL 84.81º 0.69% 0.71% -
HSV(B) 84.81º 0.45% 0.91% -
XYZ 53.74 70.09 31.12 -
YUV 207.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 189 232 128 0.19 0 0.45 0.09 84.81 0.69 0.71
Hex BD E8 80 13 0 2D 9 55 45 47
Octal 275 350 200 23 0 55 11 125 105 107
Binary 10111101 11101000 10000000 10011 0 101101 1001 1010101 1000101 1000111

Color Harmonies of #BDE880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE880

Black with #BDE880

Text Example


Text Example

White with #BDE880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE880; }

 p { color: rgb(189,232,128); }

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

background-color css

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

 a { background-color: rgb(189,232,128); }

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

border-color css

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

 span { border-color: rgb(189,232,128); }

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