Html Css Color HEX #C2FD5D Conifer

📋 copy color: '#C2FD5D'

red 194 ◦ green 253 ◦ blue 93

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

Shades of Conifer #C2FD5D

Tints of Conifer #C2FD5D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.85%

 BLUE value IS 93 (36.72% from 255) = 17.22%

R = 35.93%
G = 46.85%
B = 17.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#C2FD5D (or 0xC2FD5D) is known color: Conifer. HEX triplet: C2, FD and 5D. RGB value is (194,253,93). Sum of RGB (Red+Green+Blue) = 194+253+93=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD5D is #3D02A2. Grayscale: #D9D9D9. Windows color (decimal): -3998371 or 6159810. OLE color: 6159810.

HSL color Cylindrical-coordinate representation of color #C2FD5D: hue angle of 82.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2FD5D is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 253 93 -
CMYK 0.23 0 0.63 0.01
HSL 82.13º 0.98% 0.68% -
HSV(B) 82.13º 0.63% 0.99% -
XYZ 59.35 82.51 23.15 -
YUV 217.12 57.95 111.51 -
System Red Green Blue C M Y K H S L
Decimal 194 253 93 0.23 0 0.63 0.01 82.13 0.98 0.68
Hex C2 FD 5D 17 0 3F 1 52 62 44
Octal 302 375 135 27 0 77 1 122 142 104
Binary 11000010 11111101 1011101 10111 0 111111 1 1010010 1100010 1000100

Color Harmonies of #C2FD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FD5D

Black with #C2FD5D

Text Example


Text Example

White with #C2FD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FD5D; }

 p { color: rgb(194,253,93); }

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

background-color css

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

 a { background-color: rgb(194,253,93); }

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

border-color css

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

 span { border-color: rgb(194,253,93); }

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