Html Css Color HEX #B4ED4D Conifer

📋 copy color: '#B4ED4D'

red 180 ◦ green 237 ◦ blue 77

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

Shades of Conifer #B4ED4D

Tints of Conifer #B4ED4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.59%

R = 36.44%
G = 47.98%
B = 15.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#B4ED4D (or 0xB4ED4D) is known color: Conifer. HEX triplet: B4, ED and 4D. RGB value is (180,237,77). Sum of RGB (Red+Green+Blue) = 180+237+77=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4ED4D is #4B12B2. Grayscale: #CACACA. Windows color (decimal): -4919987 or 5107124. OLE color: 5107124.

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

Color convert

RGB 180 237 77 -
CMYK 0.24 0 0.68 0.07
HSL 81.38º 0.82% 0.62% -
HSV(B) 81.38º 0.68% 0.93% -
XYZ 50.45 70.81 18.03 -
YUV 201.72 57.62 112.51 -
System Red Green Blue C M Y K H S L
Decimal 180 237 77 0.24 0 0.68 0.07 81.38 0.82 0.62
Hex B4 ED 4D 18 0 44 7 51 52 3E
Octal 264 355 115 30 0 104 7 121 122 76
Binary 10110100 11101101 1001101 11000 0 1000100 111 1010001 1010010 111110

Color Harmonies of #B4ED4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ED4D

Black with #B4ED4D

Text Example


Text Example

White with #B4ED4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ED4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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