Html Css Color HEX #B2F068 Conifer

📋 copy color: '#B2F068'

red 178 ◦ green 240 ◦ blue 104

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

Shades of Conifer #B2F068

Tints of Conifer #B2F068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.98%

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

R = 34.1%
G = 45.98%
B = 19.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#B2F068 (or 0xB2F068) is known color: Conifer. HEX triplet: B2, F0 and 68. RGB value is (178,240,104). Sum of RGB (Red+Green+Blue) = 178+240+104=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F068 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F068 is #4D0F97. Grayscale: #CECECE. Windows color (decimal): -5050264 or 6877362. OLE color: 6877362.

HSL color Cylindrical-coordinate representation of color #B2F068: hue angle of 87.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2F068 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 104 -
CMYK 0.26 0 0.57 0.06
HSL 87.35º 0.82% 0.67% -
HSV(B) 87.35º 0.57% 0.94% -
XYZ 52.02 72.78 24.4 -
YUV 205.96 70.46 108.06 -
System Red Green Blue C M Y K H S L
Decimal 178 240 104 0.26 0 0.57 0.06 87.35 0.82 0.67
Hex B2 F0 68 1A 0 39 6 57 52 43
Octal 262 360 150 32 0 71 6 127 122 103
Binary 10110010 11110000 1101000 11010 0 111001 110 1010111 1010010 1000011

Color Harmonies of #B2F068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F068

Black with #B2F068

Text Example


Text Example

White with #B2F068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F068; }

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

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

background-color css

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

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

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

border-color css

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

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

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