Html Css Color HEX #B4ED42 Conifer

📋 copy color: '#B4ED42'

red 180 ◦ green 237 ◦ blue 66

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

Shades of Conifer #B4ED42

Tints of Conifer #B4ED42

RGB

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

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

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

R = 37.27%
G = 49.07%
B = 13.66%

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

#B4ED42 (or 0xB4ED42) is known color: Conifer. HEX triplet: B4, ED and 42. RGB value is (180,237,66). Sum of RGB (Red+Green+Blue) = 180+237+66=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4ED42 is #4B12BD. Grayscale: #C9C9C9. Windows color (decimal): -4919998 or 4386228. OLE color: 4386228.

HSL color Cylindrical-coordinate representation of color #B4ED42: hue angle of 80º 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 #B4ED42 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 237 66 -
CMYK 0.24 0 0.72 0.07
HSL 80º 0.83% 0.59% -
HSV(B) 80º 0.72% 0.93% -
XYZ 50.09 70.67 16.15 -
YUV 200.46 52.12 113.4 -
System Red Green Blue C M Y K H S L
Decimal 180 237 66 0.24 0 0.72 0.07 80 0.83 0.59
Hex B4 ED 42 18 0 48 7 50 53 3B
Octal 264 355 102 30 0 110 7 120 123 73
Binary 10110100 11101101 1000010 11000 0 1001000 111 1010000 1010011 111011

Color Harmonies of #B4ED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ED42

Black with #B4ED42

Text Example


Text Example

White with #B4ED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ED42; }

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

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

background-color css

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

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

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

border-color css

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

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

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