Html Css Color HEX #C2DF5E Conifer

📋 copy color: '#C2DF5E'

red 194 ◦ green 223 ◦ blue 94

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

Shades of Conifer #C2DF5E

Tints of Conifer #C2DF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.4%

R = 37.96%
G = 43.64%
B = 18.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#C2DF5E (or 0xC2DF5E) is known color: Conifer. HEX triplet: C2, DF and 5E. RGB value is (194,223,94). Sum of RGB (Red+Green+Blue) = 194+223+94=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DF5E is #3D20A1. Grayscale: #C8C8C8. Windows color (decimal): -4006050 or 6217666. OLE color: 6217666.

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

Color convert

RGB 194 223 94 -
CMYK 0.13 0 0.58 0.13
HSL 73.49º 0.67% 0.62% -
HSV(B) 73.49º 0.58% 0.87% -
XYZ 50.66 65.05 20.48 -
YUV 199.62 68.39 123.99 -
System Red Green Blue C M Y K H S L
Decimal 194 223 94 0.13 0 0.58 0.13 73.49 0.67 0.62
Hex C2 DF 5E D 0 3A D 49 43 3E
Octal 302 337 136 15 0 72 15 111 103 76
Binary 11000010 11011111 1011110 1101 0 111010 1101 1001001 1000011 111110

Color Harmonies of #C2DF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DF5E

Black with #C2DF5E

Text Example


Text Example

White with #C2DF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DF5E; }

 p { color: rgb(194,223,94); }

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

background-color css

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

 a { background-color: rgb(194,223,94); }

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

border-color css

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

 span { border-color: rgb(194,223,94); }

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