Html Css Color HEX #BDE271 Sulu

📋 copy color: '#BDE271'

red 189 ◦ green 226 ◦ blue 113

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

Shades of Sulu #BDE271

Tints of Sulu #BDE271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 35.8%
G = 42.8%
B = 21.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#BDE271 (or 0xBDE271) is known color: Sulu. HEX triplet: BD, E2 and 71. RGB value is (189,226,113). Sum of RGB (Red+Green+Blue) = 189+226+113=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE271 is #421D8E. Grayscale: #CACACA. Windows color (decimal): -4332943 or 7463613. OLE color: 7463613.

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

Color convert

RGB 189 226 113 -
CMYK 0.16 0 0.5 0.11
HSL 79.65º 0.66% 0.66% -
HSV(B) 79.65º 0.5% 0.89% -
XYZ 51.16 66.4 25.74 -
YUV 202.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 189 226 113 0.16 0 0.5 0.11 79.65 0.66 0.66
Hex BD E2 71 10 0 32 B 50 42 42
Octal 275 342 161 20 0 62 13 120 102 102
Binary 10111101 11100010 1110001 10000 0 110010 1011 1010000 1000010 1000010

Color Harmonies of #BDE271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE271

Black with #BDE271

Text Example


Text Example

White with #BDE271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE271; }

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

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

background-color css

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

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

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

border-color css

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

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

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