Html Css Color HEX #B0F14A Conifer

📋 copy color: '#B0F14A'

red 176 ◦ green 241 ◦ blue 74

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

Shades of Conifer #B0F14A

Tints of Conifer #B0F14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.07%

R = 35.85%
G = 49.08%
B = 15.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#B0F14A (or 0xB0F14A) is known color: Conifer. HEX triplet: B0, F1 and 4A. RGB value is (176,241,74). Sum of RGB (Red+Green+Blue) = 176+241+74=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F14A is #4F0EB5. Grayscale: #CBCBCB. Windows color (decimal): -5181110 or 4911536. OLE color: 4911536.

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

Color convert

RGB 176 241 74 -
CMYK 0.27 0 0.69 0.05
HSL 83.35º 0.86% 0.62% -
HSV(B) 83.35º 0.69% 0.95% -
XYZ 50.6 72.64 17.83 -
YUV 202.53 55.47 109.08 -
System Red Green Blue C M Y K H S L
Decimal 176 241 74 0.27 0 0.69 0.05 83.35 0.86 0.62
Hex B0 F1 4A 1B 0 45 5 53 56 3E
Octal 260 361 112 33 0 105 5 123 126 76
Binary 10110000 11110001 1001010 11011 0 1000101 101 1010011 1010110 111110

Color Harmonies of #B0F14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F14A

Black with #B0F14A

Text Example


Text Example

White with #B0F14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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