Html Css Color HEX #BDE473 Sulu

📋 copy color: '#BDE473'

red 189 ◦ green 228 ◦ blue 115

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

Shades of Sulu #BDE473

Tints of Sulu #BDE473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.62%

R = 35.53%
G = 42.86%
B = 21.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BDE473 (or 0xBDE473) is known color: Sulu. HEX triplet: BD, E4 and 73. RGB value is (189,228,115). Sum of RGB (Red+Green+Blue) = 189+228+115=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE473 is #421B8C. Grayscale: #CBCBCB. Windows color (decimal): -4332429 or 7595197. OLE color: 7595197.

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

Color convert

RGB 189 228 115 -
CMYK 0.17 0 0.50 0.11
HSL 80.71º 0.68% 0.67% -
HSV(B) 80.71º 0.5% 0.89% -
XYZ 51.82 67.54 26.53 -
YUV 203.46 78.08 117.69 -
System Red Green Blue C M Y K H S L
Decimal 189 228 115 0.17 0 0.50 0.11 80.71 0.68 0.67
Hex BD E4 73 11 0 32 B 51 44 43
Octal 275 344 163 21 0 62 13 121 104 103
Binary 10111101 11100100 1110011 10001 0 110010 1011 1010001 1000100 1000011

Color Harmonies of #BDE473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE473

Black with #BDE473

Text Example


Text Example

White with #BDE473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE473; }

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

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

background-color css

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

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

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

border-color css

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

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

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