Html Css Color HEX #BDE477 Sulu

📋 copy color: '#BDE477'

red 189 ◦ green 228 ◦ blue 119

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

Shades of Sulu #BDE477

Tints of Sulu #BDE477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.2%

R = 35.26%
G = 42.54%
B = 22.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BDE477 (or 0xBDE477) is known color: Sulu. HEX triplet: BD, E4 and 77. RGB value is (189,228,119). Sum of RGB (Red+Green+Blue) = 189+228+119=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE477 is #421B88. Grayscale: #CCCCCC. Windows color (decimal): -4332425 or 7857341. OLE color: 7857341.

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

Color convert

RGB 189 228 119 -
CMYK 0.17 0 0.48 0.11
HSL 81.47º 0.67% 0.68% -
HSV(B) 81.47º 0.48% 0.89% -
XYZ 52.06 67.64 27.76 -
YUV 203.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 189 228 119 0.17 0 0.48 0.11 81.47 0.67 0.68
Hex BD E4 77 11 0 30 B 51 43 44
Octal 275 344 167 21 0 60 13 121 103 104
Binary 10111101 11100100 1110111 10001 0 110000 1011 1010001 1000011 1000100

Color Harmonies of #BDE477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE477

Black with #BDE477

Text Example


Text Example

White with #BDE477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE477; }

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

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

background-color css

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

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

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

border-color css

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

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

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