Html Css Color HEX #C0F561 Conifer

📋 copy color: '#C0F561'

red 192 ◦ green 245 ◦ blue 97

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

Shades of Conifer #C0F561

Tints of Conifer #C0F561

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.88%

 BLUE value IS 97 (38.28% from 255) = 18.16%

R = 35.96%
G = 45.88%
B = 18.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#C0F561 (or 0xC0F561) is known color: Conifer. HEX triplet: C0, F5 and 61. RGB value is (192,245,97). Sum of RGB (Red+Green+Blue) = 192+245+97=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F561 is #3F0A9E. Grayscale: #D4D4D4. Windows color (decimal): -4131487 or 6419904. OLE color: 6419904.

HSL color Cylindrical-coordinate representation of color #C0F561: hue angle of 81.49º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0F561 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 245 97 -
CMYK 0.22 0 0.60 0.04
HSL 81.49º 0.88% 0.67% -
HSV(B) 81.49º 0.6% 0.96% -
XYZ 56.55 77.37 23.26 -
YUV 212.28 62.94 113.53 -
System Red Green Blue C M Y K H S L
Decimal 192 245 97 0.22 0 0.60 0.04 81.49 0.88 0.67
Hex C0 F5 61 16 0 3C 4 51 58 43
Octal 300 365 141 26 0 74 4 121 130 103
Binary 11000000 11110101 1100001 10110 0 111100 100 1010001 1011000 1000011

Color Harmonies of #C0F561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F561

Black with #C0F561

Text Example


Text Example

White with #C0F561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F561; }

 p { color: rgb(192,245,97); }

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

background-color css

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

 a { background-color: rgb(192,245,97); }

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

border-color css

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

 span { border-color: rgb(192,245,97); }

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