Html Css Color HEX #B5D75E Conifer

📋 copy color: '#B5D75E'

red 181 ◦ green 215 ◦ blue 94

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

Shades of Conifer #B5D75E

Tints of Conifer #B5D75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.18%

R = 36.94%
G = 43.88%
B = 19.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#B5D75E (or 0xB5D75E) is known color: Conifer. HEX triplet: B5, D7 and 5E. RGB value is (181,215,94). Sum of RGB (Red+Green+Blue) = 181+215+94=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D75E is #4A28A1. Grayscale: #BFBFBF. Windows color (decimal): -4860066 or 6215605. OLE color: 6215605.

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

Color convert

RGB 181 215 94 -
CMYK 0.16 0 0.56 0.16
HSL 76.86º 0.6% 0.61% -
HSV(B) 76.86º 0.56% 0.84% -
XYZ 45.38 59.23 19.63 -
YUV 191.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 181 215 94 0.16 0 0.56 0.16 76.86 0.6 0.61
Hex B5 D7 5E 10 0 38 10 4D 3C 3D
Octal 265 327 136 20 0 70 20 115 74 75
Binary 10110101 11010111 1011110 10000 0 111000 10000 1001101 111100 111101

Color Harmonies of #B5D75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D75E

Black with #B5D75E

Text Example


Text Example

White with #B5D75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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