Html Css Color HEX #B5DE52 Conifer

📋 copy color: '#B5DE52'

red 181 ◦ green 222 ◦ blue 82

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

Shades of Conifer #B5DE52

Tints of Conifer #B5DE52

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.77%

 BLUE value IS 82 (32.42% from 255) = 16.91%

R = 37.32%
G = 45.77%
B = 16.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#B5DE52 (or 0xB5DE52) is known color: Conifer. HEX triplet: B5, DE and 52. RGB value is (181,222,82). Sum of RGB (Red+Green+Blue) = 181+222+82=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DE52 is #4A21AD. Grayscale: #C2C2C2. Windows color (decimal): -4858286 or 5430965. OLE color: 5430965.

HSL color Cylindrical-coordinate representation of color #B5DE52: hue angle of 77.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5DE52 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 222 82 -
CMYK 0.18 0 0.63 0.13
HSL 77.57º 0.68% 0.6% -
HSV(B) 77.57º 0.63% 0.87% -
XYZ 46.7 62.68 17.62 -
YUV 193.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 181 222 82 0.18 0 0.63 0.13 77.57 0.68 0.6
Hex B5 DE 52 12 0 3F D 4E 44 3C
Octal 265 336 122 22 0 77 15 116 104 74
Binary 10110101 11011110 1010010 10010 0 111111 1101 1001110 1000100 111100

Color Harmonies of #B5DE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DE52

Black with #B5DE52

Text Example


Text Example

White with #B5DE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DE52; }

 p { color: rgb(181,222,82); }

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

background-color css

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

 a { background-color: rgb(181,222,82); }

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

border-color css

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

 span { border-color: rgb(181,222,82); }

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