Html Css Color HEX #B5ED42 Conifer

📋 copy color: '#B5ED42'

red 181 ◦ green 237 ◦ blue 66

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

Shades of Conifer #B5ED42

Tints of Conifer #B5ED42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.64%

R = 37.4%
G = 48.97%
B = 13.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#B5ED42 (or 0xB5ED42) is known color: Conifer. HEX triplet: B5, ED and 42. RGB value is (181,237,66). Sum of RGB (Red+Green+Blue) = 181+237+66=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5ED42 is #4A12BD. Grayscale: #C9C9C9. Windows color (decimal): -4854462 or 4386229. OLE color: 4386229.

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

Color convert

RGB 181 237 66 -
CMYK 0.24 0 0.72 0.07
HSL 79.65º 0.83% 0.59% -
HSV(B) 79.65º 0.72% 0.93% -
XYZ 50.32 70.79 16.16 -
YUV 200.76 51.95 113.9 -
System Red Green Blue C M Y K H S L
Decimal 181 237 66 0.24 0 0.72 0.07 79.65 0.83 0.59
Hex B5 ED 42 18 0 48 7 50 53 3B
Octal 265 355 102 30 0 110 7 120 123 73
Binary 10110101 11101101 1000010 11000 0 1001000 111 1010000 1010011 111011

Color Harmonies of #B5ED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ED42

Black with #B5ED42

Text Example


Text Example

White with #B5ED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ED42; }

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

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

background-color css

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

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

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

border-color css

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

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

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