Html Css Color HEX #B3DC42 Conifer

📋 copy color: '#B3DC42'

red 179 ◦ green 220 ◦ blue 66

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

Shades of Conifer #B3DC42

Tints of Conifer #B3DC42

RGB

 RED value IS 179 (70.31% from 255) = 38.49%

 GREEN value IS 220 (86.33% from 255) = 47.31%

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

R = 38.49%
G = 47.31%
B = 14.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#B3DC42 (or 0xB3DC42) is known color: Conifer. HEX triplet: B3, DC and 42. RGB value is (179,220,66). Sum of RGB (Red+Green+Blue) = 179+220+66=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DC42 is #4C23BD. Grayscale: #BEBEBE. Windows color (decimal): -4989886 or 4381875. OLE color: 4381875.

HSL color Cylindrical-coordinate representation of color #B3DC42: hue angle of 75.97º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3DC42 is Cyan = 0.19, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 220 66 -
CMYK 0.19 0 0.7 0.14
HSL 75.97º 0.69% 0.56% -
HSV(B) 75.97º 0.7% 0.86% -
XYZ 45.17 61.16 14.58 -
YUV 190.19 57.92 120.02 -
System Red Green Blue C M Y K H S L
Decimal 179 220 66 0.19 0 0.7 0.14 75.97 0.69 0.56
Hex B3 DC 42 13 0 46 E 4C 45 38
Octal 263 334 102 23 0 106 16 114 105 70
Binary 10110011 11011100 1000010 10011 0 1000110 1110 1001100 1000101 111000

Color Harmonies of #B3DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DC42

Black with #B3DC42

Text Example


Text Example

White with #B3DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DC42; }

 p { color: rgb(179,220,66); }

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

background-color css

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

 a { background-color: rgb(179,220,66); }

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

border-color css

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

 span { border-color: rgb(179,220,66); }

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