Html Css Color HEX #C2D84D Conifer

📋 copy color: '#C2D84D'

red 194 ◦ green 216 ◦ blue 77

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

Shades of Conifer #C2D84D

Tints of Conifer #C2D84D

RGB

 RED value IS 194 (76.17% from 255) = 39.84%

 GREEN value IS 216 (84.77% from 255) = 44.35%

 BLUE value IS 77 (30.47% from 255) = 15.81%

R = 39.84%
G = 44.35%
B = 15.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#C2D84D (or 0xC2D84D) is known color: Conifer. HEX triplet: C2, D8 and 4D. RGB value is (194,216,77). Sum of RGB (Red+Green+Blue) = 194+216+77=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D84D is #3D27B2. Grayscale: #C2C2C2. Windows color (decimal): -4007859 or 5101762. OLE color: 5101762.

HSL color Cylindrical-coordinate representation of color #C2D84D: hue angle of 69.5º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2D84D is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 77 -
CMYK 0.10 0 0.64 0.15
HSL 69.5º 0.64% 0.57% -
HSV(B) 69.5º 0.64% 0.85% -
XYZ 48.14 61.12 16.28 -
YUV 193.58 62.21 128.3 -
System Red Green Blue C M Y K H S L
Decimal 194 216 77 0.10 0 0.64 0.15 69.5 0.64 0.57
Hex C2 D8 4D A 0 40 F 45 40 39
Octal 302 330 115 12 0 100 17 105 100 71
Binary 11000010 11011000 1001101 1010 0 1000000 1111 1000101 1000000 111001

Color Harmonies of #C2D84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D84D

Black with #C2D84D

Text Example


Text Example

White with #C2D84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D84D; }

 p { color: rgb(194,216,77); }

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

background-color css

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

 a { background-color: rgb(194,216,77); }

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

border-color css

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

 span { border-color: rgb(194,216,77); }

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