Html Css Color HEX #C0FC5D Conifer

📋 copy color: '#C0FC5D'

red 192 ◦ green 252 ◦ blue 93

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

Shades of Conifer #C0FC5D

Tints of Conifer #C0FC5D

RGB

 RED value IS 192 (75.39% from 255) = 35.75%

 GREEN value IS 252 (98.83% from 255) = 46.93%

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

R = 35.75%
G = 46.93%
B = 17.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#C0FC5D (or 0xC0FC5D) is known color: Conifer. HEX triplet: C0, FC and 5D. RGB value is (192,252,93). Sum of RGB (Red+Green+Blue) = 192+252+93=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC5D is #3F03A2. Grayscale: #D8D8D8. Windows color (decimal): -4129699 or 6159552. OLE color: 6159552.

HSL color Cylindrical-coordinate representation of color #C0FC5D: hue angle of 82.64º degrees, saturation: 0.96, 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 #C0FC5D is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 252 93 -
CMYK 0.24 0 0.63 0.01
HSL 82.64º 0.96% 0.68% -
HSV(B) 82.64º 0.63% 0.99% -
XYZ 58.52 81.62 23.03 -
YUV 215.93 58.62 110.93 -
System Red Green Blue C M Y K H S L
Decimal 192 252 93 0.24 0 0.63 0.01 82.64 0.96 0.68
Hex C0 FC 5D 18 0 3F 1 53 60 44
Octal 300 374 135 30 0 77 1 123 140 104
Binary 11000000 11111100 1011101 11000 0 111111 1 1010011 1100000 1000100

Color Harmonies of #C0FC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FC5D

Black with #C0FC5D

Text Example


Text Example

White with #C0FC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FC5D; }

 p { color: rgb(192,252,93); }

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

background-color css

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

 a { background-color: rgb(192,252,93); }

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

border-color css

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

 span { border-color: rgb(192,252,93); }

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