Html Css Color HEX #B2F64A Conifer

📋 copy color: '#B2F64A'

red 178 ◦ green 246 ◦ blue 74

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

Shades of Conifer #B2F64A

Tints of Conifer #B2F64A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.4%

 BLUE value IS 74 (29.3% from 255) = 14.86%

R = 35.74%
G = 49.4%
B = 14.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#B2F64A (or 0xB2F64A) is known color: Conifer. HEX triplet: B2, F6 and 4A. RGB value is (178,246,74). Sum of RGB (Red+Green+Blue) = 178+246+74=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F64A is #4D09B5. Grayscale: #CECECE. Windows color (decimal): -5048758 or 4912818. OLE color: 4912818.

HSL color Cylindrical-coordinate representation of color #B2F64A: hue angle of 83.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2F64A is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 246 74 -
CMYK 0.28 0 0.70 0.04
HSL 83.72º 0.91% 0.63% -
HSV(B) 83.72º 0.7% 0.96% -
XYZ 52.55 75.87 18.35 -
YUV 206.06 53.47 107.99 -
System Red Green Blue C M Y K H S L
Decimal 178 246 74 0.28 0 0.70 0.04 83.72 0.91 0.63
Hex B2 F6 4A 1C 0 46 4 54 5B 3F
Octal 262 366 112 34 0 106 4 124 133 77
Binary 10110010 11110110 1001010 11100 0 1000110 100 1010100 1011011 111111

Color Harmonies of #B2F64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F64A

Black with #B2F64A

Text Example


Text Example

White with #B2F64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F64A; }

 p { color: rgb(178,246,74); }

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

background-color css

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

 a { background-color: rgb(178,246,74); }

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

border-color css

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

 span { border-color: rgb(178,246,74); }

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