Html Css Color HEX #B5DD85 Feijoa

📋 copy color: '#B5DD85'

red 181 ◦ green 221 ◦ blue 133

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

Shades of Feijoa #B5DD85

Tints of Feijoa #B5DD85

RGB

 RED value IS 181 (71.09% from 255) = 33.83%

 GREEN value IS 221 (86.72% from 255) = 41.31%

 BLUE value IS 133 (52.34% from 255) = 24.86%

R = 33.83%
G = 41.31%
B = 24.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#B5DD85 (or 0xB5DD85) is known color: Feijoa. HEX triplet: B5, DD and 85. RGB value is (181,221,133). Sum of RGB (Red+Green+Blue) = 181+221+133=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DD85 is #4A227A. Grayscale: #C7C7C7. Windows color (decimal): -4858491 or 8773045. OLE color: 8773045.

HSL color Cylindrical-coordinate representation of color #B5DD85: hue angle of 87.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5DD85 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 133 -
CMYK 0.18 0 0.40 0.13
HSL 87.27º 0.56% 0.69% -
HSV(B) 87.27º 0.4% 0.87% -
XYZ 49.15 63.23 31.8 -
YUV 199.01 90.75 115.16 -
System Red Green Blue C M Y K H S L
Decimal 181 221 133 0.18 0 0.40 0.13 87.27 0.56 0.69
Hex B5 DD 85 12 0 28 D 57 38 45
Octal 265 335 205 22 0 50 15 127 70 105
Binary 10110101 11011101 10000101 10010 0 101000 1101 1010111 111000 1000101

Color Harmonies of #B5DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD85

Black with #B5DD85

Text Example


Text Example

White with #B5DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD85; }

 p { color: rgb(181,221,133); }

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

background-color css

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

 a { background-color: rgb(181,221,133); }

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

border-color css

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

 span { border-color: rgb(181,221,133); }

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