Html Css Color HEX #B5D640 Conifer

📋 copy color: '#B5D640'

red 181 ◦ green 214 ◦ blue 64

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

Shades of Conifer #B5D640

Tints of Conifer #B5D640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.62%

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

R = 39.43%
G = 46.62%
B = 13.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#B5D640 (or 0xB5D640) is known color: Conifer. HEX triplet: B5, D6 and 40. RGB value is (181,214,64). Sum of RGB (Red+Green+Blue) = 181+214+64=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D640 is #4A29BF. Grayscale: #BBBBBB. Windows color (decimal): -4860352 or 4249269. OLE color: 4249269.

HSL color Cylindrical-coordinate representation of color #B5D640: hue angle of 73.2º 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 #B5D640 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 214 64 -
CMYK 0.15 0 0.70 0.16
HSL 73.2º 0.65% 0.55% -
HSV(B) 73.2º 0.7% 0.84% -
XYZ 44.03 58.29 13.78 -
YUV 187.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 181 214 64 0.15 0 0.70 0.16 73.2 0.65 0.55
Hex B5 D6 40 F 0 46 10 49 41 37
Octal 265 326 100 17 0 106 20 111 101 67
Binary 10110101 11010110 1000000 1111 0 1000110 10000 1001001 1000001 110111

Color Harmonies of #B5D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D640

Black with #B5D640

Text Example


Text Example

White with #B5D640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D640; }

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

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

background-color css

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

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

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

border-color css

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

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

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