Html Css Color HEX #BDE490 Sulu

📋 copy color: '#BDE490'

red 189 ◦ green 228 ◦ blue 144

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

Shades of Sulu #BDE490

Tints of Sulu #BDE490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.67%

R = 33.69%
G = 40.64%
B = 25.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#BDE490 (or 0xBDE490) is known color: Sulu. HEX triplet: BD, E4 and 90. RGB value is (189,228,144). Sum of RGB (Red+Green+Blue) = 189+228+144=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE490 is #421B6F. Grayscale: #CFCFCF. Windows color (decimal): -4332400 or 9495741. OLE color: 9495741.

HSL color Cylindrical-coordinate representation of color #BDE490: hue angle of 87.86º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDE490 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 144 -
CMYK 0.17 0 0.37 0.11
HSL 87.86º 0.61% 0.73% -
HSV(B) 87.86º 0.37% 0.89% -
XYZ 53.76 68.32 36.74 -
YUV 206.76 92.58 115.33 -
System Red Green Blue C M Y K H S L
Decimal 189 228 144 0.17 0 0.37 0.11 87.86 0.61 0.73
Hex BD E4 90 11 0 25 B 58 3D 49
Octal 275 344 220 21 0 45 13 130 75 111
Binary 10111101 11100100 10010000 10001 0 100101 1011 1011000 111101 1001001

Color Harmonies of #BDE490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE490

Black with #BDE490

Text Example


Text Example

White with #BDE490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE490; }

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

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

background-color css

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

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

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

border-color css

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

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

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