Html Css Color HEX #C0FF5E Conifer

📋 copy color: '#C0FF5E'

red 192 ◦ green 255 ◦ blue 94

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

Shades of Conifer #C0FF5E

Tints of Conifer #C0FF5E

RGB

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

 GREEN value IS 255 (100% from 255) = 47.13%

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

R = 35.49%
G = 47.13%
B = 17.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#C0FF5E (or 0xC0FF5E) is known color: Conifer. HEX triplet: C0, FF and 5E. RGB value is (192,255,94). Sum of RGB (Red+Green+Blue) = 192+255+94=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF5E is #3F00A1. Grayscale: #DADADA. Windows color (decimal): -4128930 or 6225856. OLE color: 6225856.

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

Color convert

RGB 192 255 94 -
CMYK 0.25 0 0.63 0
HSL 83.48º 1% 0.68% -
HSV(B) 83.48º 0.63% 1% -
XYZ 59.52 83.53 23.58 -
YUV 217.81 58.13 109.59 -
System Red Green Blue C M Y K H S L
Decimal 192 255 94 0.25 0 0.63 0 83.48 1 0.68
Hex C0 FF 5E 19 0 3F 0 53 64 44
Octal 300 377 136 31 0 77 0 123 144 104
Binary 11000000 11111111 1011110 11001 0 111111 0 1010011 1100100 1000100

Color Harmonies of #C0FF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FF5E

Black with #C0FF5E

Text Example


Text Example

White with #C0FF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FF5E; }

 p { color: rgb(192,255,94); }

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

background-color css

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

 a { background-color: rgb(192,255,94); }

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

border-color css

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

 span { border-color: rgb(192,255,94); }

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