Html Css Color HEX #B2D64F Conifer

📋 copy color: '#B2D64F'

red 178 ◦ green 214 ◦ blue 79

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

Shades of Conifer #B2D64F

Tints of Conifer #B2D64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.77%

R = 37.79%
G = 45.44%
B = 16.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#B2D64F (or 0xB2D64F) is known color: Conifer. HEX triplet: B2, D6 and 4F. RGB value is (178,214,79). Sum of RGB (Red+Green+Blue) = 178+214+79=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D64F is #4D29B0. Grayscale: #BCBCBC. Windows color (decimal): -5056945 or 5232306. OLE color: 5232306.

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

Color convert

RGB 178 214 79 -
CMYK 0.17 0 0.63 0.16
HSL 76º 0.62% 0.57% -
HSV(B) 76º 0.63% 0.84% -
XYZ 43.82 58.12 16.31 -
YUV 187.85 66.57 120.98 -
System Red Green Blue C M Y K H S L
Decimal 178 214 79 0.17 0 0.63 0.16 76 0.62 0.57
Hex B2 D6 4F 11 0 3F 10 4C 3E 39
Octal 262 326 117 21 0 77 20 114 76 71
Binary 10110010 11010110 1001111 10001 0 111111 10000 1001100 111110 111001

Color Harmonies of #B2D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D64F

Black with #B2D64F

Text Example


Text Example

White with #B2D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D64F; }

 p { color: rgb(178,214,79); }

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

background-color css

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

 a { background-color: rgb(178,214,79); }

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

border-color css

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

 span { border-color: rgb(178,214,79); }

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