Html Css Color HEX #BDE573 Sulu

📋 copy color: '#BDE573'

red 189 ◦ green 229 ◦ blue 115

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

Shades of Sulu #BDE573

Tints of Sulu #BDE573

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.96%

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

R = 35.46%
G = 42.96%
B = 21.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#BDE573 (or 0xBDE573) is known color: Sulu. HEX triplet: BD, E5 and 73. RGB value is (189,229,115). Sum of RGB (Red+Green+Blue) = 189+229+115=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE573 is #421A8C. Grayscale: #CCCCCC. Windows color (decimal): -4332173 or 7595453. OLE color: 7595453.

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

Color convert

RGB 189 229 115 -
CMYK 0.17 0 0.50 0.10
HSL 81.05º 0.69% 0.67% -
HSV(B) 81.05º 0.5% 0.9% -
XYZ 52.1 68.1 26.62 -
YUV 204.04 77.75 117.27 -
System Red Green Blue C M Y K H S L
Decimal 189 229 115 0.17 0 0.50 0.10 81.05 0.69 0.67
Hex BD E5 73 11 0 32 A 51 45 43
Octal 275 345 163 21 0 62 12 121 105 103
Binary 10111101 11100101 1110011 10001 0 110010 1010 1010001 1000101 1000011

Color Harmonies of #BDE573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE573

Black with #BDE573

Text Example


Text Example

White with #BDE573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE573; }

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

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

background-color css

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

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

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

border-color css

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

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

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