Html Css Color HEX #B4DF3C Conifer

📋 copy color: '#B4DF3C'

red 180 ◦ green 223 ◦ blue 60

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

Shades of Conifer #B4DF3C

Tints of Conifer #B4DF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.96%

R = 38.88%
G = 48.16%
B = 12.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#B4DF3C (or 0xB4DF3C) is known color: Conifer. HEX triplet: B4, DF and 3C. RGB value is (180,223,60). Sum of RGB (Red+Green+Blue) = 180+223+60=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF3C is #4B20C3. Grayscale: #C0C0C0. Windows color (decimal): -4923588 or 3989428. OLE color: 3989428.

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

Color convert

RGB 180 223 60 -
CMYK 0.19 0 0.73 0.13
HSL 75.83º 0.72% 0.55% -
HSV(B) 75.83º 0.73% 0.87% -
XYZ 46.03 62.8 13.97 -
YUV 191.56 53.75 119.75 -
System Red Green Blue C M Y K H S L
Decimal 180 223 60 0.19 0 0.73 0.13 75.83 0.72 0.55
Hex B4 DF 3C 13 0 49 D 4C 48 37
Octal 264 337 74 23 0 111 15 114 110 67
Binary 10110100 11011111 111100 10011 0 1001001 1101 1001100 1001000 110111

Color Harmonies of #B4DF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DF3C

Black with #B4DF3C

Text Example


Text Example

White with #B4DF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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