Html Css Color HEX #BDE580 Sulu

📋 copy color: '#BDE580'

red 189 ◦ green 229 ◦ blue 128

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

Shades of Sulu #BDE580

Tints of Sulu #BDE580

RGB

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

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

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

R = 34.62%
G = 41.94%
B = 23.44%

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

#BDE580 (or 0xBDE580) is known color: Sulu. HEX triplet: BD, E5 and 80. RGB value is (189,229,128). Sum of RGB (Red+Green+Blue) = 189+229+128=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE580 is #421A7F. Grayscale: #CDCDCD. Windows color (decimal): -4332160 or 8447421. OLE color: 8447421.

HSL color Cylindrical-coordinate representation of color #BDE580: hue angle of 83.76º 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 #BDE580 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 128 -
CMYK 0.17 0 0.44 0.10
HSL 83.76º 0.66% 0.7% -
HSV(B) 83.76º 0.44% 0.9% -
XYZ 52.9 68.42 30.84 -
YUV 205.53 84.25 116.21 -
System Red Green Blue C M Y K H S L
Decimal 189 229 128 0.17 0 0.44 0.10 83.76 0.66 0.7
Hex BD E5 80 11 0 2C A 54 42 46
Octal 275 345 200 21 0 54 12 124 102 106
Binary 10111101 11100101 10000000 10001 0 101100 1010 1010100 1000010 1000110

Color Harmonies of #BDE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE580

Black with #BDE580

Text Example


Text Example

White with #BDE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE580; }

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

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

background-color css

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

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

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

border-color css

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

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

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