Html Css Color HEX #B0F068 Conifer

📋 copy color: '#B0F068'

red 176 ◦ green 240 ◦ blue 104

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

Shades of Conifer #B0F068

Tints of Conifer #B0F068

RGB

 RED value IS 176 (69.14% from 255) = 33.85%

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

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

R = 33.85%
G = 46.15%
B = 20%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#B0F068 (or 0xB0F068) is known color: Conifer. HEX triplet: B0, F0 and 68. RGB value is (176,240,104). Sum of RGB (Red+Green+Blue) = 176+240+104=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F068 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F068 is #4F0F97. Grayscale: #CDCDCD. Windows color (decimal): -5181336 or 6877360. OLE color: 6877360.

HSL color Cylindrical-coordinate representation of color #B0F068: hue angle of 88.24º 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 #B0F068 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 104 -
CMYK 0.27 0 0.57 0.06
HSL 88.24º 0.82% 0.67% -
HSV(B) 88.24º 0.57% 0.94% -
XYZ 51.56 72.55 24.38 -
YUV 205.36 70.8 107.06 -
System Red Green Blue C M Y K H S L
Decimal 176 240 104 0.27 0 0.57 0.06 88.24 0.82 0.67
Hex B0 F0 68 1B 0 39 6 58 52 43
Octal 260 360 150 33 0 71 6 130 122 103
Binary 10110000 11110000 1101000 11011 0 111001 110 1011000 1010010 1000011

Color Harmonies of #B0F068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F068

Black with #B0F068

Text Example


Text Example

White with #B0F068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F068; }

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

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

background-color css

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

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

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

border-color css

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

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

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