Html Css Color HEX #B0F144 Conifer

📋 copy color: '#B0F144'

red 176 ◦ green 241 ◦ blue 68

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

Shades of Conifer #B0F144

Tints of Conifer #B0F144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.02%

R = 36.29%
G = 49.69%
B = 14.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#B0F144 (or 0xB0F144) is known color: Conifer. HEX triplet: B0, F1 and 44. RGB value is (176,241,68). Sum of RGB (Red+Green+Blue) = 176+241+68=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F144 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F144 is #4F0EBB. Grayscale: #CACACA. Windows color (decimal): -5181116 or 4518320. OLE color: 4518320.

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

Color convert

RGB 176 241 68 -
CMYK 0.27 0 0.72 0.05
HSL 82.54º 0.86% 0.61% -
HSV(B) 82.54º 0.72% 0.95% -
XYZ 50.4 72.56 16.82 -
YUV 201.84 52.47 109.57 -
System Red Green Blue C M Y K H S L
Decimal 176 241 68 0.27 0 0.72 0.05 82.54 0.86 0.61
Hex B0 F1 44 1B 0 48 5 53 56 3D
Octal 260 361 104 33 0 110 5 123 126 75
Binary 10110000 11110001 1000100 11011 0 1001000 101 1010011 1010110 111101

Color Harmonies of #B0F144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F144

Black with #B0F144

Text Example


Text Example

White with #B0F144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F144; }

 p { color: rgb(176,241,68); }

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

background-color css

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

 a { background-color: rgb(176,241,68); }

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

border-color css

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

 span { border-color: rgb(176,241,68); }

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