Html Css Color HEX #B2D73F Conifer

📋 copy color: '#B2D73F'

red 178 ◦ green 215 ◦ blue 63

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

Shades of Conifer #B2D73F

Tints of Conifer #B2D73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.82%

R = 39.04%
G = 47.15%
B = 13.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#B2D73F (or 0xB2D73F) is known color: Conifer. HEX triplet: B2, D7 and 3F. RGB value is (178,215,63). Sum of RGB (Red+Green+Blue) = 178+215+63=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D73F is #4D28C0. Grayscale: #BBBBBB. Windows color (decimal): -5056705 or 4183986. OLE color: 4183986.

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

Color convert

RGB 178 215 63 -
CMYK 0.17 0 0.71 0.16
HSL 74.61º 0.66% 0.55% -
HSV(B) 74.61º 0.71% 0.84% -
XYZ 43.56 58.42 13.68 -
YUV 186.61 58.24 121.86 -
System Red Green Blue C M Y K H S L
Decimal 178 215 63 0.17 0 0.71 0.16 74.61 0.66 0.55
Hex B2 D7 3F 11 0 47 10 4B 42 37
Octal 262 327 77 21 0 107 20 113 102 67
Binary 10110010 11010111 111111 10001 0 1000111 10000 1001011 1000010 110111

Color Harmonies of #B2D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D73F

Black with #B2D73F

Text Example


Text Example

White with #B2D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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