Html Css Color HEX #BDE575 Sulu

📋 copy color: '#BDE575'

red 189 ◦ green 229 ◦ blue 117

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

Shades of Sulu #BDE575

Tints of Sulu #BDE575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.87%

R = 35.33%
G = 42.8%
B = 21.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#BDE575 (or 0xBDE575) is known color: Sulu. HEX triplet: BD, E5 and 75. RGB value is (189,229,117). Sum of RGB (Red+Green+Blue) = 189+229+117=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE575 is #421A8A. Grayscale: #CCCCCC. Windows color (decimal): -4332171 or 7726525. OLE color: 7726525.

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

Color convert

RGB 189 229 117 -
CMYK 0.17 0 0.49 0.10
HSL 81.43º 0.68% 0.68% -
HSV(B) 81.43º 0.49% 0.9% -
XYZ 52.22 68.14 27.23 -
YUV 204.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 189 229 117 0.17 0 0.49 0.10 81.43 0.68 0.68
Hex BD E5 75 11 0 31 A 51 44 44
Octal 275 345 165 21 0 61 12 121 104 104
Binary 10111101 11100101 1110101 10001 0 110001 1010 1010001 1000100 1000100

Color Harmonies of #BDE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE575

Black with #BDE575

Text Example


Text Example

White with #BDE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE575; }

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

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

background-color css

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

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

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

border-color css

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

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

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