Html Css Color HEX #B2D564 Conifer

📋 copy color: '#B2D564'

red 178 ◦ green 213 ◦ blue 100

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

Shades of Conifer #B2D564

Tints of Conifer #B2D564

RGB

 RED value IS 178 (69.92% from 255) = 36.25%

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

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

R = 36.25%
G = 43.38%
B = 20.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#B2D564 (or 0xB2D564) is known color: Conifer. HEX triplet: B2, D5 and 64. RGB value is (178,213,100). Sum of RGB (Red+Green+Blue) = 178+213+100=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D564 is #4D2A9B. Grayscale: #BEBEBE. Windows color (decimal): -5057180 or 6608306. OLE color: 6608306.

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

Color convert

RGB 178 213 100 -
CMYK 0.16 0 0.53 0.16
HSL 78.58º 0.57% 0.61% -
HSV(B) 78.58º 0.53% 0.84% -
XYZ 44.45 57.97 20.9 -
YUV 189.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 178 213 100 0.16 0 0.53 0.16 78.58 0.57 0.61
Hex B2 D5 64 10 0 35 10 4F 39 3D
Octal 262 325 144 20 0 65 20 117 71 75
Binary 10110010 11010101 1100100 10000 0 110101 10000 1001111 111001 111101

Color Harmonies of #B2D564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D564

Black with #B2D564

Text Example


Text Example

White with #B2D564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D564; }

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

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

background-color css

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

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

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

border-color css

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

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

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