Html Css Color HEX #B5ED4A Conifer

📋 copy color: '#B5ED4A'

red 181 ◦ green 237 ◦ blue 74

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

Shades of Conifer #B5ED4A

Tints of Conifer #B5ED4A

RGB

 RED value IS 181 (71.09% from 255) = 36.79%

 GREEN value IS 237 (92.97% from 255) = 48.17%

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

R = 36.79%
G = 48.17%
B = 15.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#B5ED4A (or 0xB5ED4A) is known color: Conifer. HEX triplet: B5, ED and 4A. RGB value is (181,237,74). Sum of RGB (Red+Green+Blue) = 181+237+74=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5ED4A is #4A12B5. Grayscale: #CACACA. Windows color (decimal): -4854454 or 4910517. OLE color: 4910517.

HSL color Cylindrical-coordinate representation of color #B5ED4A: hue angle of 80.61º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5ED4A is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 237 74 -
CMYK 0.24 0 0.69 0.07
HSL 80.61º 0.82% 0.61% -
HSV(B) 80.61º 0.69% 0.93% -
XYZ 50.58 70.89 17.5 -
YUV 201.67 55.95 113.25 -
System Red Green Blue C M Y K H S L
Decimal 181 237 74 0.24 0 0.69 0.07 80.61 0.82 0.61
Hex B5 ED 4A 18 0 45 7 51 52 3D
Octal 265 355 112 30 0 105 7 121 122 75
Binary 10110101 11101101 1001010 11000 0 1000101 111 1010001 1010010 111101

Color Harmonies of #B5ED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ED4A

Black with #B5ED4A

Text Example


Text Example

White with #B5ED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ED4A; }

 p { color: rgb(181,237,74); }

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

background-color css

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

 a { background-color: rgb(181,237,74); }

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

border-color css

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

 span { border-color: rgb(181,237,74); }

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