Html Css Color HEX #BDE275 Sulu

📋 copy color: '#BDE275'

red 189 ◦ green 226 ◦ blue 117

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

Shades of Sulu #BDE275

Tints of Sulu #BDE275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.48%

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

R = 35.53%
G = 42.48%
B = 21.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BDE275 (or 0xBDE275) is known color: Sulu. HEX triplet: BD, E2 and 75. RGB value is (189,226,117). Sum of RGB (Red+Green+Blue) = 189+226+117=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE275 is #421D8A. Grayscale: #CACACA. Windows color (decimal): -4332939 or 7725757. OLE color: 7725757.

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

Color convert

RGB 189 226 117 -
CMYK 0.16 0 0.48 0.11
HSL 80.37º 0.65% 0.67% -
HSV(B) 80.37º 0.48% 0.89% -
XYZ 51.39 66.5 26.96 -
YUV 202.51 79.74 118.36 -
System Red Green Blue C M Y K H S L
Decimal 189 226 117 0.16 0 0.48 0.11 80.37 0.65 0.67
Hex BD E2 75 10 0 30 B 50 41 43
Octal 275 342 165 20 0 60 13 120 101 103
Binary 10111101 11100010 1110101 10000 0 110000 1011 1010000 1000001 1000011

Color Harmonies of #BDE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE275

Black with #BDE275

Text Example


Text Example

White with #BDE275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE275; }

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

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

background-color css

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

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

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

border-color css

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

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

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