Html Css Color HEX #B1E14A Conifer

📋 copy color: '#B1E14A'

red 177 ◦ green 225 ◦ blue 74

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

Shades of Conifer #B1E14A

Tints of Conifer #B1E14A

RGB

 RED value IS 177 (69.53% from 255) = 37.18%

 GREEN value IS 225 (88.28% from 255) = 47.27%

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

R = 37.18%
G = 47.27%
B = 15.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#B1E14A (or 0xB1E14A) is known color: Conifer. HEX triplet: B1, E1 and 4A. RGB value is (177,225,74). Sum of RGB (Red+Green+Blue) = 177+225+74=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E14A is #4E1EB5. Grayscale: #C1C1C1. Windows color (decimal): -5119670 or 4907441. OLE color: 4907441.

HSL color Cylindrical-coordinate representation of color #B1E14A: hue angle of 79.07º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1E14A is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 225 74 -
CMYK 0.21 0 0.67 0.12
HSL 79.07º 0.72% 0.59% -
HSV(B) 79.07º 0.67% 0.88% -
XYZ 46.29 63.69 16.33 -
YUV 193.43 60.6 116.28 -
System Red Green Blue C M Y K H S L
Decimal 177 225 74 0.21 0 0.67 0.12 79.07 0.72 0.59
Hex B1 E1 4A 15 0 43 C 4F 48 3B
Octal 261 341 112 25 0 103 14 117 110 73
Binary 10110001 11100001 1001010 10101 0 1000011 1100 1001111 1001000 111011

Color Harmonies of #B1E14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E14A

Black with #B1E14A

Text Example


Text Example

White with #B1E14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E14A; }

 p { color: rgb(177,225,74); }

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

background-color css

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

 a { background-color: rgb(177,225,74); }

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

border-color css

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

 span { border-color: rgb(177,225,74); }

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