Html Css Color HEX #BDE488 Sulu

📋 copy color: '#BDE488'

red 189 ◦ green 228 ◦ blue 136

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

Shades of Sulu #BDE488

Tints of Sulu #BDE488

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.23%

 BLUE value IS 136 (53.52% from 255) = 24.59%

R = 34.18%
G = 41.23%
B = 24.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#BDE488 (or 0xBDE488) is known color: Sulu. HEX triplet: BD, E4 and 88. RGB value is (189,228,136). Sum of RGB (Red+Green+Blue) = 189+228+136=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE488 is #421B77. Grayscale: #CECECE. Windows color (decimal): -4332408 or 8971453. OLE color: 8971453.

HSL color Cylindrical-coordinate representation of color #BDE488: hue angle of 85.43º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE488 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 136 -
CMYK 0.17 0 0.40 0.11
HSL 85.43º 0.63% 0.71% -
HSV(B) 85.43º 0.4% 0.89% -
XYZ 53.17 68.08 33.63 -
YUV 205.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 189 228 136 0.17 0 0.40 0.11 85.43 0.63 0.71
Hex BD E4 88 11 0 28 B 55 3F 47
Octal 275 344 210 21 0 50 13 125 77 107
Binary 10111101 11100100 10001000 10001 0 101000 1011 1010101 111111 1000111

Color Harmonies of #BDE488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE488

Black with #BDE488

Text Example


Text Example

White with #BDE488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE488; }

 p { color: rgb(189,228,136); }

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

background-color css

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

 a { background-color: rgb(189,228,136); }

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

border-color css

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

 span { border-color: rgb(189,228,136); }

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