Html Css Color HEX #B4D564 Conifer

📋 copy color: '#B4D564'

red 180 ◦ green 213 ◦ blue 100

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

Shades of Conifer #B4D564

Tints of Conifer #B4D564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.2%

 BLUE value IS 100 (39.45% from 255) = 20.28%

R = 36.51%
G = 43.2%
B = 20.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#B4D564 (or 0xB4D564) is known color: Conifer. HEX triplet: B4, D5 and 64. RGB value is (180,213,100). Sum of RGB (Red+Green+Blue) = 180+213+100=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D564 is #4B2A9B. Grayscale: #BEBEBE. Windows color (decimal): -4926108 or 6608308. OLE color: 6608308.

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

Color convert

RGB 180 213 100 -
CMYK 0.15 0 0.53 0.16
HSL 77.52º 0.57% 0.61% -
HSV(B) 77.52º 0.53% 0.84% -
XYZ 44.92 58.21 20.93 -
YUV 190.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 180 213 100 0.15 0 0.53 0.16 77.52 0.57 0.61
Hex B4 D5 64 F 0 35 10 4E 39 3D
Octal 264 325 144 17 0 65 20 116 71 75
Binary 10110100 11010101 1100100 1111 0 110101 10000 1001110 111001 111101

Color Harmonies of #B4D564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D564

Black with #B4D564

Text Example


Text Example

White with #B4D564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D564; }

 p { color: rgb(180,213,100); }

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

background-color css

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

 a { background-color: rgb(180,213,100); }

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

border-color css

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

 span { border-color: rgb(180,213,100); }

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