Html Css Color HEX #B2F364 Conifer

📋 copy color: '#B2F364'

red 178 ◦ green 243 ◦ blue 100

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

Shades of Conifer #B2F364

Tints of Conifer #B2F364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.64%

 BLUE value IS 100 (39.45% from 255) = 19.19%

R = 34.17%
G = 46.64%
B = 19.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#B2F364 (or 0xB2F364) is known color: Conifer. HEX triplet: B2, F3 and 64. RGB value is (178,243,100). Sum of RGB (Red+Green+Blue) = 178+243+100=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F364 is #4D0C9B. Grayscale: #CFCFCF. Windows color (decimal): -5049500 or 6615986. OLE color: 6615986.

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

Color convert

RGB 178 243 100 -
CMYK 0.27 0 0.59 0.05
HSL 87.27º 0.86% 0.67% -
HSV(B) 87.27º 0.59% 0.95% -
XYZ 52.71 74.49 23.66 -
YUV 207.26 67.47 107.13 -
System Red Green Blue C M Y K H S L
Decimal 178 243 100 0.27 0 0.59 0.05 87.27 0.86 0.67
Hex B2 F3 64 1B 0 3B 5 57 56 43
Octal 262 363 144 33 0 73 5 127 126 103
Binary 10110010 11110011 1100100 11011 0 111011 101 1010111 1010110 1000011

Color Harmonies of #B2F364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F364

Black with #B2F364

Text Example


Text Example

White with #B2F364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F364; }

 p { color: rgb(178,243,100); }

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

background-color css

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

 a { background-color: rgb(178,243,100); }

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

border-color css

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

 span { border-color: rgb(178,243,100); }

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