Html Css Color HEX #B2F14F Conifer

📋 copy color: '#B2F14F'

red 178 ◦ green 241 ◦ blue 79

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

Shades of Conifer #B2F14F

Tints of Conifer #B2F14F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.39%

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

R = 35.74%
G = 48.39%
B = 15.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#B2F14F (or 0xB2F14F) is known color: Conifer. HEX triplet: B2, F1 and 4F. RGB value is (178,241,79). Sum of RGB (Red+Green+Blue) = 178+241+79=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F14F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F14F is #4D0EB0. Grayscale: #CCCCCC. Windows color (decimal): -5050033 or 5239218. OLE color: 5239218.

HSL color Cylindrical-coordinate representation of color #B2F14F: hue angle of 83.33º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2F14F is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 241 79 -
CMYK 0.26 0 0.67 0.05
HSL 83.33º 0.85% 0.63% -
HSV(B) 83.33º 0.67% 0.95% -
XYZ 51.23 72.94 18.78 -
YUV 203.7 57.63 109.67 -
System Red Green Blue C M Y K H S L
Decimal 178 241 79 0.26 0 0.67 0.05 83.33 0.85 0.63
Hex B2 F1 4F 1A 0 43 5 53 55 3F
Octal 262 361 117 32 0 103 5 123 125 77
Binary 10110010 11110001 1001111 11010 0 1000011 101 1010011 1010101 111111

Color Harmonies of #B2F14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F14F

Black with #B2F14F

Text Example


Text Example

White with #B2F14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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