Html Css Color HEX #BDE083 Sulu

📋 copy color: '#BDE083'

red 189 ◦ green 224 ◦ blue 131

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

Shades of Sulu #BDE083

Tints of Sulu #BDE083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.08%

R = 34.74%
G = 41.18%
B = 24.08%

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

#BDE083 (or 0xBDE083) is known color: Sulu. HEX triplet: BD, E0 and 83. RGB value is (189,224,131). Sum of RGB (Red+Green+Blue) = 189+224+131=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE083 is #421F7C. Grayscale: #CBCBCB. Windows color (decimal): -4333437 or 8642749. OLE color: 8642749.

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

Color convert

RGB 189 224 131 -
CMYK 0.16 0 0.42 0.12
HSL 82.58º 0.6% 0.7% -
HSV(B) 82.58º 0.42% 0.88% -
XYZ 51.74 65.77 31.44 -
YUV 202.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 189 224 131 0.16 0 0.42 0.12 82.58 0.6 0.7
Hex BD E0 83 10 0 2A C 53 3C 46
Octal 275 340 203 20 0 52 14 123 74 106
Binary 10111101 11100000 10000011 10000 0 101010 1100 1010011 111100 1000110

Color Harmonies of #BDE083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE083

Black with #BDE083

Text Example


Text Example

White with #BDE083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE083; }

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

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

background-color css

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

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

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

border-color css

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

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

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