Html Css Color HEX #B3DA65 Conifer

📋 copy color: '#B3DA65'

red 179 ◦ green 218 ◦ blue 101

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

Shades of Conifer #B3DA65

Tints of Conifer #B3DA65

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.78%

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 35.94%
G = 43.78%
B = 20.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#B3DA65 (or 0xB3DA65) is known color: Conifer. HEX triplet: B3, DA and 65. RGB value is (179,218,101). Sum of RGB (Red+Green+Blue) = 179+218+101=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DA65 is #4C259A. Grayscale: #C1C1C1. Windows color (decimal): -4990363 or 6675123. OLE color: 6675123.

HSL color Cylindrical-coordinate representation of color #B3DA65: hue angle of 80º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3DA65 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 218 101 -
CMYK 0.18 0 0.54 0.15
HSL 80º 0.61% 0.63% -
HSV(B) 80º 0.54% 0.85% -
XYZ 46.01 60.67 21.6 -
YUV 193 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 179 218 101 0.18 0 0.54 0.15 80 0.61 0.63
Hex B3 DA 65 12 0 36 F 50 3D 3F
Octal 263 332 145 22 0 66 17 120 75 77
Binary 10110011 11011010 1100101 10010 0 110110 1111 1010000 111101 111111

Color Harmonies of #B3DA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DA65

Black with #B3DA65

Text Example


Text Example

White with #B3DA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DA65; }

 p { color: rgb(179,218,101); }

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

background-color css

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

 a { background-color: rgb(179,218,101); }

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

border-color css

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

 span { border-color: rgb(179,218,101); }

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