Html Css Color HEX #B4DF3E Conifer

📋 copy color: '#B4DF3E'

red 180 ◦ green 223 ◦ blue 62

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

Shades of Conifer #B4DF3E

Tints of Conifer #B4DF3E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

 BLUE value IS 62 (24.61% from 255) = 13.33%

R = 38.71%
G = 47.96%
B = 13.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#B4DF3E (or 0xB4DF3E) is known color: Conifer. HEX triplet: B4, DF and 3E. RGB value is (180,223,62). Sum of RGB (Red+Green+Blue) = 180+223+62=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF3E is #4B20C1. Grayscale: #C0C0C0. Windows color (decimal): -4923586 or 4120500. OLE color: 4120500.

HSL color Cylindrical-coordinate representation of color #B4DF3E: hue angle of 76.02º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4DF3E is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 223 62 -
CMYK 0.19 0 0.72 0.13
HSL 76.02º 0.72% 0.56% -
HSV(B) 76.02º 0.72% 0.87% -
XYZ 46.08 62.83 14.26 -
YUV 191.79 54.75 119.59 -
System Red Green Blue C M Y K H S L
Decimal 180 223 62 0.19 0 0.72 0.13 76.02 0.72 0.56
Hex B4 DF 3E 13 0 48 D 4C 48 38
Octal 264 337 76 23 0 110 15 114 110 70
Binary 10110100 11011111 111110 10011 0 1001000 1101 1001100 1001000 111000

Color Harmonies of #B4DF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DF3E

Black with #B4DF3E

Text Example


Text Example

White with #B4DF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DF3E; }

 p { color: rgb(180,223,62); }

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

background-color css

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

 a { background-color: rgb(180,223,62); }

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

border-color css

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

 span { border-color: rgb(180,223,62); }

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