Html Css Color HEX #C2E65F Conifer

📋 copy color: '#C2E65F'

red 194 ◦ green 230 ◦ blue 95

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

Shades of Conifer #C2E65F

Tints of Conifer #C2E65F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.32%

 BLUE value IS 95 (37.5% from 255) = 18.3%

R = 37.38%
G = 44.32%
B = 18.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#C2E65F (or 0xC2E65F) is known color: Conifer. HEX triplet: C2, E6 and 5F. RGB value is (194,230,95). Sum of RGB (Red+Green+Blue) = 194+230+95=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E65F is #3D19A0. Grayscale: #CCCCCC. Windows color (decimal): -4004257 or 6284994. OLE color: 6284994.

HSL color Cylindrical-coordinate representation of color #C2E65F: hue angle of 76º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2E65F is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 230 95 -
CMYK 0.16 0 0.59 0.10
HSL 76º 0.73% 0.64% -
HSV(B) 76º 0.59% 0.9% -
XYZ 52.61 68.89 21.35 -
YUV 203.85 66.57 120.98 -
System Red Green Blue C M Y K H S L
Decimal 194 230 95 0.16 0 0.59 0.10 76 0.73 0.64
Hex C2 E6 5F 10 0 3B A 4C 49 40
Octal 302 346 137 20 0 73 12 114 111 100
Binary 11000010 11100110 1011111 10000 0 111011 1010 1001100 1001001 1000000

Color Harmonies of #C2E65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E65F

Black with #C2E65F

Text Example


Text Example

White with #C2E65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E65F; }

 p { color: rgb(194,230,95); }

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

background-color css

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

 a { background-color: rgb(194,230,95); }

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

border-color css

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

 span { border-color: rgb(194,230,95); }

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