Html Css Color HEX #B8E14A Conifer

📋 copy color: '#B8E14A'

red 184 ◦ green 225 ◦ blue 74

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

Shades of Conifer #B8E14A

Tints of Conifer #B8E14A

RGB

 RED value IS 184 (72.27% from 255) = 38.1%

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

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

R = 38.1%
G = 46.58%
B = 15.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#B8E14A (or 0xB8E14A) is known color: Conifer. HEX triplet: B8, E1 and 4A. RGB value is (184,225,74). Sum of RGB (Red+Green+Blue) = 184+225+74=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E14A is #471EB5. Grayscale: #C4C4C4. Windows color (decimal): -4660918 or 4907448. OLE color: 4907448.

HSL color Cylindrical-coordinate representation of color #B8E14A: hue angle of 76.29º 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 #B8E14A is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 225 74 -
CMYK 0.18 0 0.67 0.12
HSL 76.29º 0.72% 0.59% -
HSV(B) 76.29º 0.67% 0.88% -
XYZ 47.93 64.54 16.41 -
YUV 195.53 59.42 119.78 -
System Red Green Blue C M Y K H S L
Decimal 184 225 74 0.18 0 0.67 0.12 76.29 0.72 0.59
Hex B8 E1 4A 12 0 43 C 4C 48 3B
Octal 270 341 112 22 0 103 14 114 110 73
Binary 10111000 11100001 1001010 10010 0 1000011 1100 1001100 1001000 111011

Color Harmonies of #B8E14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E14A

Black with #B8E14A

Text Example


Text Example

White with #B8E14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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