Html Css Color HEX #C0F95E Conifer

📋 copy color: '#C0F95E'

red 192 ◦ green 249 ◦ blue 94

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

Shades of Conifer #C0F95E

Tints of Conifer #C0F95E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.54%

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

R = 35.89%
G = 46.54%
B = 17.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#C0F95E (or 0xC0F95E) is known color: Conifer. HEX triplet: C0, F9 and 5E. RGB value is (192,249,94). Sum of RGB (Red+Green+Blue) = 192+249+94=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F95E is #3F06A1. Grayscale: #D6D6D6. Windows color (decimal): -4130466 or 6224320. OLE color: 6224320.

HSL color Cylindrical-coordinate representation of color #C0F95E: hue angle of 82.06º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0F95E is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 249 94 -
CMYK 0.23 0 0.62 0.02
HSL 82.06º 0.93% 0.67% -
HSV(B) 82.06º 0.62% 0.98% -
XYZ 57.63 79.77 22.95 -
YUV 214.29 60.12 112.1 -
System Red Green Blue C M Y K H S L
Decimal 192 249 94 0.23 0 0.62 0.02 82.06 0.93 0.67
Hex C0 F9 5E 17 0 3E 2 52 5D 43
Octal 300 371 136 27 0 76 2 122 135 103
Binary 11000000 11111001 1011110 10111 0 111110 10 1010010 1011101 1000011

Color Harmonies of #C0F95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F95E

Black with #C0F95E

Text Example


Text Example

White with #C0F95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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