Html Css Color HEX #B4E950 Conifer

📋 copy color: '#B4E950'

red 180 ◦ green 233 ◦ blue 80

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

Shades of Conifer #B4E950

Tints of Conifer #B4E950

RGB

 RED value IS 180 (70.7% from 255) = 36.51%

 GREEN value IS 233 (91.41% from 255) = 47.26%

 BLUE value IS 80 (31.64% from 255) = 16.23%

R = 36.51%
G = 47.26%
B = 16.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#B4E950 (or 0xB4E950) is known color: Conifer. HEX triplet: B4, E9 and 50. RGB value is (180,233,80). Sum of RGB (Red+Green+Blue) = 180+233+80=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E950 is #4B16AF. Grayscale: #C8C8C8. Windows color (decimal): -4921008 or 5302708. OLE color: 5302708.

HSL color Cylindrical-coordinate representation of color #B4E950: hue angle of 80.78º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4E950 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 233 80 -
CMYK 0.23 0 0.66 0.09
HSL 80.78º 0.78% 0.61% -
HSV(B) 80.78º 0.66% 0.91% -
XYZ 49.41 68.56 18.22 -
YUV 199.71 60.44 113.94 -
System Red Green Blue C M Y K H S L
Decimal 180 233 80 0.23 0 0.66 0.09 80.78 0.78 0.61
Hex B4 E9 50 17 0 42 9 51 4E 3D
Octal 264 351 120 27 0 102 11 121 116 75
Binary 10110100 11101001 1010000 10111 0 1000010 1001 1010001 1001110 111101

Color Harmonies of #B4E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E950

Black with #B4E950

Text Example


Text Example

White with #B4E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E950; }

 p { color: rgb(180,233,80); }

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

background-color css

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

 a { background-color: rgb(180,233,80); }

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

border-color css

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

 span { border-color: rgb(180,233,80); }

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