Html Css Color HEX #C0F760 Conifer

📋 copy color: '#C0F760'

red 192 ◦ green 247 ◦ blue 96

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

Shades of Conifer #C0F760

Tints of Conifer #C0F760

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.17%

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

R = 35.89%
G = 46.17%
B = 17.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#C0F760 (or 0xC0F760) is known color: Conifer. HEX triplet: C0, F7 and 60. RGB value is (192,247,96). Sum of RGB (Red+Green+Blue) = 192+247+96=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F760 is #3F089F. Grayscale: #D5D5D5. Windows color (decimal): -4130976 or 6354880. OLE color: 6354880.

HSL color Cylindrical-coordinate representation of color #C0F760: hue angle of 81.85º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0F760 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 247 96 -
CMYK 0.22 0 0.61 0.03
HSL 81.85º 0.9% 0.67% -
HSV(B) 81.85º 0.61% 0.97% -
XYZ 57.11 78.57 23.22 -
YUV 213.34 61.78 112.78 -
System Red Green Blue C M Y K H S L
Decimal 192 247 96 0.22 0 0.61 0.03 81.85 0.9 0.67
Hex C0 F7 60 16 0 3D 3 52 5A 43
Octal 300 367 140 26 0 75 3 122 132 103
Binary 11000000 11110111 1100000 10110 0 111101 11 1010010 1011010 1000011

Color Harmonies of #C0F760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F760

Black with #C0F760

Text Example


Text Example

White with #C0F760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F760; }

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

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

background-color css

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

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

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

border-color css

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

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

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