Html Css Color HEX #C0F648 Conifer

📋 copy color: '#C0F648'

red 192 ◦ green 246 ◦ blue 72

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

Shades of Conifer #C0F648

Tints of Conifer #C0F648

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.24%

 BLUE value IS 72 (28.52% from 255) = 14.12%

R = 37.65%
G = 48.24%
B = 14.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#C0F648 (or 0xC0F648) is known color: Conifer. HEX triplet: C0, F6 and 48. RGB value is (192,246,72). Sum of RGB (Red+Green+Blue) = 192+246+72=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F648 is #3F09B7. Grayscale: #D2D2D2. Windows color (decimal): -4131256 or 4781760. OLE color: 4781760.

HSL color Cylindrical-coordinate representation of color #C0F648: hue angle of 78.62º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0F648 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 246 72 -
CMYK 0.22 0 0.71 0.04
HSL 78.62º 0.91% 0.62% -
HSV(B) 78.62º 0.71% 0.96% -
XYZ 55.86 77.59 18.16 -
YUV 210.02 50.11 115.15 -
System Red Green Blue C M Y K H S L
Decimal 192 246 72 0.22 0 0.71 0.04 78.62 0.91 0.62
Hex C0 F6 48 16 0 47 4 4F 5B 3E
Octal 300 366 110 26 0 107 4 117 133 76
Binary 11000000 11110110 1001000 10110 0 1000111 100 1001111 1011011 111110

Color Harmonies of #C0F648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F648

Black with #C0F648

Text Example


Text Example

White with #C0F648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F648; }

 p { color: rgb(192,246,72); }

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

background-color css

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

 a { background-color: rgb(192,246,72); }

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

border-color css

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

 span { border-color: rgb(192,246,72); }

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