Html Css Color HEX #B7DC64 Conifer

📋 copy color: '#B7DC64'

red 183 ◦ green 220 ◦ blue 100

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

Shades of Conifer #B7DC64

Tints of Conifer #B7DC64

RGB

 RED value IS 183 (71.88% from 255) = 36.38%

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

 BLUE value IS 100 (39.45% from 255) = 19.88%

R = 36.38%
G = 43.74%
B = 19.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#B7DC64 (or 0xB7DC64) is known color: Conifer. HEX triplet: B7, DC and 64. RGB value is (183,220,100). Sum of RGB (Red+Green+Blue) = 183+220+100=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC64 is #48239B. Grayscale: #C3C3C3. Windows color (decimal): -4727708 or 6610103. OLE color: 6610103.

HSL color Cylindrical-coordinate representation of color #B7DC64: hue angle of 78.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7DC64 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 220 100 -
CMYK 0.17 0 0.55 0.14
HSL 78.5º 0.63% 0.63% -
HSV(B) 78.5º 0.55% 0.86% -
XYZ 47.42 62.17 21.56 -
YUV 195.26 74.24 119.26 -
System Red Green Blue C M Y K H S L
Decimal 183 220 100 0.17 0 0.55 0.14 78.5 0.63 0.63
Hex B7 DC 64 11 0 37 E 4E 3F 3F
Octal 267 334 144 21 0 67 16 116 77 77
Binary 10110111 11011100 1100100 10001 0 110111 1110 1001110 111111 111111

Color Harmonies of #B7DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC64

Black with #B7DC64

Text Example


Text Example

White with #B7DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC64; }

 p { color: rgb(183,220,100); }

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

background-color css

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

 a { background-color: rgb(183,220,100); }

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

border-color css

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

 span { border-color: rgb(183,220,100); }

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