Html Css Color HEX #B4D740 Conifer

📋 copy color: '#B4D740'

red 180 ◦ green 215 ◦ blue 64

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

Shades of Conifer #B4D740

Tints of Conifer #B4D740

RGB

 RED value IS 180 (70.7% from 255) = 39.22%

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

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

R = 39.22%
G = 46.84%
B = 13.94%

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

#B4D740 (or 0xB4D740) is known color: Conifer. HEX triplet: B4, D7 and 40. RGB value is (180,215,64). Sum of RGB (Red+Green+Blue) = 180+215+64=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D740 is #4B28BF. Grayscale: #BBBBBB. Windows color (decimal): -4925632 or 4249524. OLE color: 4249524.

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

Color convert

RGB 180 215 64 -
CMYK 0.16 0 0.70 0.16
HSL 73.91º 0.65% 0.55% -
HSV(B) 73.91º 0.7% 0.84% -
XYZ 44.05 58.67 13.85 -
YUV 187.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 180 215 64 0.16 0 0.70 0.16 73.91 0.65 0.55
Hex B4 D7 40 10 0 46 10 4A 41 37
Octal 264 327 100 20 0 106 20 112 101 67
Binary 10110100 11010111 1000000 10000 0 1000110 10000 1001010 1000001 110111

Color Harmonies of #B4D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D740

Black with #B4D740

Text Example


Text Example

White with #B4D740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D740; }

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

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

background-color css

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

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

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

border-color css

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

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

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