Html Css Color HEX #B0EA4A Conifer

📋 copy color: '#B0EA4A'

red 176 ◦ green 234 ◦ blue 74

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

Shades of Conifer #B0EA4A

Tints of Conifer #B0EA4A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.35%

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

R = 36.36%
G = 48.35%
B = 15.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#B0EA4A (or 0xB0EA4A) is known color: Conifer. HEX triplet: B0, EA and 4A. RGB value is (176,234,74). Sum of RGB (Red+Green+Blue) = 176+234+74=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EA4A is #4F15B5. Grayscale: #C7C7C7. Windows color (decimal): -5182902 or 4909744. OLE color: 4909744.

HSL color Cylindrical-coordinate representation of color #B0EA4A: hue angle of 81.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0EA4A is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 74 -
CMYK 0.25 0 0.68 0.08
HSL 81.75º 0.79% 0.6% -
HSV(B) 81.75º 0.68% 0.92% -
XYZ 48.56 68.57 17.15 -
YUV 198.42 57.78 112.01 -
System Red Green Blue C M Y K H S L
Decimal 176 234 74 0.25 0 0.68 0.08 81.75 0.79 0.6
Hex B0 EA 4A 19 0 44 8 52 4F 3C
Octal 260 352 112 31 0 104 10 122 117 74
Binary 10110000 11101010 1001010 11001 0 1000100 1000 1010010 1001111 111100

Color Harmonies of #B0EA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA4A

Black with #B0EA4A

Text Example


Text Example

White with #B0EA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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