Html Css Color HEX #B2D74F Conifer

📋 copy color: '#B2D74F'

red 178 ◦ green 215 ◦ blue 79

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

Shades of Conifer #B2D74F

Tints of Conifer #B2D74F

RGB

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

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

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

R = 37.71%
G = 45.55%
B = 16.74%

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

#B2D74F (or 0xB2D74F) is known color: Conifer. HEX triplet: B2, D7 and 4F. RGB value is (178,215,79). Sum of RGB (Red+Green+Blue) = 178+215+79=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D74F is #4D28B0. Grayscale: #BCBCBC. Windows color (decimal): -5056689 or 5232562. OLE color: 5232562.

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

Color convert

RGB 178 215 79 -
CMYK 0.17 0 0.63 0.16
HSL 76.32º 0.63% 0.58% -
HSV(B) 76.32º 0.63% 0.84% -
XYZ 44.07 58.63 16.39 -
YUV 188.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 178 215 79 0.17 0 0.63 0.16 76.32 0.63 0.58
Hex B2 D7 4F 11 0 3F 10 4C 3F 3A
Octal 262 327 117 21 0 77 20 114 77 72
Binary 10110010 11010111 1001111 10001 0 111111 10000 1001100 111111 111010

Color Harmonies of #B2D74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D74F

Black with #B2D74F

Text Example


Text Example

White with #B2D74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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