Html Css Color HEX #B5D542 Conifer

📋 copy color: '#B5D542'

red 181 ◦ green 213 ◦ blue 66

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

Shades of Conifer #B5D542

Tints of Conifer #B5D542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.3%

 BLUE value IS 66 (26.17% from 255) = 14.35%

R = 39.35%
G = 46.3%
B = 14.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#B5D542 (or 0xB5D542) is known color: Conifer. HEX triplet: B5, D5 and 42. RGB value is (181,213,66). Sum of RGB (Red+Green+Blue) = 181+213+66=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D542 is #4A2ABD. Grayscale: #BBBBBB. Windows color (decimal): -4860606 or 4380085. OLE color: 4380085.

HSL color Cylindrical-coordinate representation of color #B5D542: hue angle of 73.06º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5D542 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 213 66 -
CMYK 0.15 0 0.69 0.16
HSL 73.06º 0.64% 0.55% -
HSV(B) 73.06º 0.69% 0.84% -
XYZ 43.83 57.81 14 -
YUV 186.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 181 213 66 0.15 0 0.69 0.16 73.06 0.64 0.55
Hex B5 D5 42 F 0 45 10 49 40 37
Octal 265 325 102 17 0 105 20 111 100 67
Binary 10110101 11010101 1000010 1111 0 1000101 10000 1001001 1000000 110111

Color Harmonies of #B5D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D542

Black with #B5D542

Text Example


Text Example

White with #B5D542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D542; }

 p { color: rgb(181,213,66); }

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

background-color css

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

 a { background-color: rgb(181,213,66); }

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

border-color css

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

 span { border-color: rgb(181,213,66); }

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