Html Css Color HEX #B4DF40 Conifer

📋 copy color: '#B4DF40'

red 180 ◦ green 223 ◦ blue 64

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

Shades of Conifer #B4DF40

Tints of Conifer #B4DF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.7%

R = 38.54%
G = 47.75%
B = 13.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#B4DF40 (or 0xB4DF40) is known color: Conifer. HEX triplet: B4, DF and 40. RGB value is (180,223,64). Sum of RGB (Red+Green+Blue) = 180+223+64=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF40 is #4B20BF. Grayscale: #C0C0C0. Windows color (decimal): -4923584 or 4251572. OLE color: 4251572.

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

Color convert

RGB 180 223 64 -
CMYK 0.19 0 0.71 0.13
HSL 76.23º 0.71% 0.56% -
HSV(B) 76.23º 0.71% 0.87% -
XYZ 46.14 62.85 14.55 -
YUV 192.02 55.75 119.43 -
System Red Green Blue C M Y K H S L
Decimal 180 223 64 0.19 0 0.71 0.13 76.23 0.71 0.56
Hex B4 DF 40 13 0 47 D 4C 47 38
Octal 264 337 100 23 0 107 15 114 107 70
Binary 10110100 11011111 1000000 10011 0 1000111 1101 1001100 1000111 111000

Color Harmonies of #B4DF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DF40

Black with #B4DF40

Text Example


Text Example

White with #B4DF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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