Html Css Color HEX #B2F368 Conifer

📋 copy color: '#B2F368'

red 178 ◦ green 243 ◦ blue 104

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

Shades of Conifer #B2F368

Tints of Conifer #B2F368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.81%

R = 33.9%
G = 46.29%
B = 19.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#B2F368 (or 0xB2F368) is known color: Conifer. HEX triplet: B2, F3 and 68. RGB value is (178,243,104). Sum of RGB (Red+Green+Blue) = 178+243+104=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F368 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F368 is #4D0C97. Grayscale: #D0D0D0. Windows color (decimal): -5049496 or 6878130. OLE color: 6878130.

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

Color convert

RGB 178 243 104 -
CMYK 0.27 0 0.57 0.05
HSL 88.06º 0.85% 0.68% -
HSV(B) 88.06º 0.57% 0.95% -
XYZ 52.91 74.57 24.7 -
YUV 207.72 69.47 106.8 -
System Red Green Blue C M Y K H S L
Decimal 178 243 104 0.27 0 0.57 0.05 88.06 0.85 0.68
Hex B2 F3 68 1B 0 39 5 58 55 44
Octal 262 363 150 33 0 71 5 130 125 104
Binary 10110010 11110011 1101000 11011 0 111001 101 1011000 1010101 1000100

Color Harmonies of #B2F368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F368

Black with #B2F368

Text Example


Text Example

White with #B2F368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F368; }

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

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

background-color css

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

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

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

border-color css

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

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

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