Html Css Color HEX #B5D75D Conifer

📋 copy color: '#B5D75D'

red 181 ◦ green 215 ◦ blue 93

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

Shades of Conifer #B5D75D

Tints of Conifer #B5D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.97%

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 37.01%
G = 43.97%
B = 19.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#B5D75D (or 0xB5D75D) is known color: Conifer. HEX triplet: B5, D7 and 5D. RGB value is (181,215,93). Sum of RGB (Red+Green+Blue) = 181+215+93=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D75D is #4A28A2. Grayscale: #BFBFBF. Windows color (decimal): -4860067 or 6150069. OLE color: 6150069.

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

Color convert

RGB 181 215 93 -
CMYK 0.16 0 0.57 0.16
HSL 76.72º 0.6% 0.6% -
HSV(B) 76.72º 0.57% 0.84% -
XYZ 45.33 59.21 19.4 -
YUV 190.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 181 215 93 0.16 0 0.57 0.16 76.72 0.6 0.6
Hex B5 D7 5D 10 0 39 10 4D 3C 3C
Octal 265 327 135 20 0 71 20 115 74 74
Binary 10110101 11010111 1011101 10000 0 111001 10000 1001101 111100 111100

Color Harmonies of #B5D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D75D

Black with #B5D75D

Text Example


Text Example

White with #B5D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D75D; }

 p { color: rgb(181,215,93); }

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

background-color css

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

 a { background-color: rgb(181,215,93); }

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

border-color css

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

 span { border-color: rgb(181,215,93); }

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