Html Css Color HEX #BDDA80 Sulu

📋 copy color: '#BDDA80'

red 189 ◦ green 218 ◦ blue 128

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

Shades of Sulu #BDDA80

Tints of Sulu #BDDA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

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

R = 35.33%
G = 40.75%
B = 23.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BDDA80 (or 0xBDDA80) is known color: Sulu. HEX triplet: BD, DA and 80. RGB value is (189,218,128). Sum of RGB (Red+Green+Blue) = 189+218+128=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDA80 is #42257F. Grayscale: #C7C7C7. Windows color (decimal): -4334976 or 8444605. OLE color: 8444605.

HSL color Cylindrical-coordinate representation of color #BDDA80: hue angle of 79.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDDA80 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 128 -
CMYK 0.13 0 0.41 0.15
HSL 79.33º 0.55% 0.68% -
HSV(B) 79.33º 0.41% 0.85% -
XYZ 49.95 62.52 29.86 -
YUV 199.07 87.89 120.82 -
System Red Green Blue C M Y K H S L
Decimal 189 218 128 0.13 0 0.41 0.15 79.33 0.55 0.68
Hex BD DA 80 D 0 29 F 4F 37 44
Octal 275 332 200 15 0 51 17 117 67 104
Binary 10111101 11011010 10000000 1101 0 101001 1111 1001111 110111 1000100

Color Harmonies of #BDDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA80

Black with #BDDA80

Text Example


Text Example

White with #BDDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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