Html Css Color HEX #B0E34A Conifer

📋 copy color: '#B0E34A'

red 176 ◦ green 227 ◦ blue 74

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

Shades of Conifer #B0E34A

Tints of Conifer #B0E34A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.59%

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

R = 36.9%
G = 47.59%
B = 15.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#B0E34A (or 0xB0E34A) is known color: Conifer. HEX triplet: B0, E3 and 4A. RGB value is (176,227,74). Sum of RGB (Red+Green+Blue) = 176+227+74=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E34A is #4F1CB5. Grayscale: #C2C2C2. Windows color (decimal): -5184694 or 4907952. OLE color: 4907952.

HSL color Cylindrical-coordinate representation of color #B0E34A: hue angle of 80º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0E34A is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 74 -
CMYK 0.22 0 0.67 0.11
HSL 80º 0.73% 0.59% -
HSV(B) 80º 0.67% 0.89% -
XYZ 46.61 64.66 16.5 -
YUV 194.31 60.1 114.94 -
System Red Green Blue C M Y K H S L
Decimal 176 227 74 0.22 0 0.67 0.11 80 0.73 0.59
Hex B0 E3 4A 16 0 43 B 50 49 3B
Octal 260 343 112 26 0 103 13 120 111 73
Binary 10110000 11100011 1001010 10110 0 1000011 1011 1010000 1001001 111011

Color Harmonies of #B0E34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E34A

Black with #B0E34A

Text Example


Text Example

White with #B0E34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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