Html Css Color HEX #B5D740 Conifer

📋 copy color: '#B5D740'

red 181 ◦ green 215 ◦ blue 64

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

Shades of Conifer #B5D740

Tints of Conifer #B5D740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.91%

R = 39.35%
G = 46.74%
B = 13.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#B5D740 (or 0xB5D740) is known color: Conifer. HEX triplet: B5, D7 and 40. RGB value is (181,215,64). Sum of RGB (Red+Green+Blue) = 181+215+64=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D740 is #4A28BF. Grayscale: #BCBCBC. Windows color (decimal): -4860096 or 4249525. OLE color: 4249525.

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

Color convert

RGB 181 215 64 -
CMYK 0.16 0 0.70 0.16
HSL 73.51º 0.65% 0.55% -
HSV(B) 73.51º 0.7% 0.84% -
XYZ 44.28 58.79 13.87 -
YUV 187.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 181 215 64 0.16 0 0.70 0.16 73.51 0.65 0.55
Hex B5 D7 40 10 0 46 10 4A 41 37
Octal 265 327 100 20 0 106 20 112 101 67
Binary 10110101 11010111 1000000 10000 0 1000110 10000 1001010 1000001 110111

Color Harmonies of #B5D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D740

Black with #B5D740

Text Example


Text Example

White with #B5D740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D740; }

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

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

background-color css

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

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

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

border-color css

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

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

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