Html Css Color HEX #C0F960 Conifer

📋 copy color: '#C0F960'

red 192 ◦ green 249 ◦ blue 96

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

Shades of Conifer #C0F960

Tints of Conifer #C0F960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.88%

R = 35.75%
G = 46.37%
B = 17.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#C0F960 (or 0xC0F960) is known color: Conifer. HEX triplet: C0, F9 and 60. RGB value is (192,249,96). Sum of RGB (Red+Green+Blue) = 192+249+96=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F960 is #3F069F. Grayscale: #D7D7D7. Windows color (decimal): -4130464 or 6355392. OLE color: 6355392.

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

Color convert

RGB 192 249 96 -
CMYK 0.23 0 0.61 0.02
HSL 82.35º 0.93% 0.68% -
HSV(B) 82.35º 0.61% 0.98% -
XYZ 57.73 79.8 23.43 -
YUV 214.52 61.12 111.94 -
System Red Green Blue C M Y K H S L
Decimal 192 249 96 0.23 0 0.61 0.02 82.35 0.93 0.68
Hex C0 F9 60 17 0 3D 2 52 5D 44
Octal 300 371 140 27 0 75 2 122 135 104
Binary 11000000 11111001 1100000 10111 0 111101 10 1010010 1011101 1000100

Color Harmonies of #C0F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F960

Black with #C0F960

Text Example


Text Example

White with #C0F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F960; }

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

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

background-color css

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

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

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

border-color css

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

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

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