Html Css Color HEX #BDE379 Sulu

📋 copy color: '#BDE379'

red 189 ◦ green 227 ◦ blue 121

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

Shades of Sulu #BDE379

Tints of Sulu #BDE379

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.27%

 BLUE value IS 121 (47.66% from 255) = 22.53%

R = 35.2%
G = 42.27%
B = 22.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#BDE379 (or 0xBDE379) is known color: Sulu. HEX triplet: BD, E3 and 79. RGB value is (189,227,121). Sum of RGB (Red+Green+Blue) = 189+227+121=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE379 is #421C86. Grayscale: #CBCBCB. Windows color (decimal): -4332679 or 7988157. OLE color: 7988157.

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

Color convert

RGB 189 227 121 -
CMYK 0.17 0 0.47 0.11
HSL 81.51º 0.65% 0.68% -
HSV(B) 81.51º 0.47% 0.89% -
XYZ 51.91 67.14 28.31 -
YUV 203.55 81.41 117.62 -
System Red Green Blue C M Y K H S L
Decimal 189 227 121 0.17 0 0.47 0.11 81.51 0.65 0.68
Hex BD E3 79 11 0 2F B 52 41 44
Octal 275 343 171 21 0 57 13 122 101 104
Binary 10111101 11100011 1111001 10001 0 101111 1011 1010010 1000001 1000100

Color Harmonies of #BDE379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE379

Black with #BDE379

Text Example


Text Example

White with #BDE379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE379; }

 p { color: rgb(189,227,121); }

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

background-color css

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

 a { background-color: rgb(189,227,121); }

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

border-color css

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

 span { border-color: rgb(189,227,121); }

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