Html Css Color HEX #C0F048 Conifer

📋 copy color: '#C0F048'

red 192 ◦ green 240 ◦ blue 72

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

Shades of Conifer #C0F048

Tints of Conifer #C0F048

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.62%

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

R = 38.1%
G = 47.62%
B = 14.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#C0F048 (or 0xC0F048) is known color: Conifer. HEX triplet: C0, F0 and 48. RGB value is (192,240,72). Sum of RGB (Red+Green+Blue) = 192+240+72=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F048 is #3F0FB7. Grayscale: #CFCFCF. Windows color (decimal): -4132792 or 4780224. OLE color: 4780224.

HSL color Cylindrical-coordinate representation of color #C0F048: hue angle of 77.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0F048 is Cyan = 0.20, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 240 72 -
CMYK 0.20 0 0.7 0.06
HSL 77.14º 0.85% 0.61% -
HSV(B) 77.14º 0.7% 0.94% -
XYZ 54.07 73.99 17.56 -
YUV 206.5 52.1 117.66 -
System Red Green Blue C M Y K H S L
Decimal 192 240 72 0.20 0 0.7 0.06 77.14 0.85 0.61
Hex C0 F0 48 14 0 46 6 4D 55 3D
Octal 300 360 110 24 0 106 6 115 125 75
Binary 11000000 11110000 1001000 10100 0 1000110 110 1001101 1010101 111101

Color Harmonies of #C0F048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F048

Black with #C0F048

Text Example


Text Example

White with #C0F048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F048; }

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

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

background-color css

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

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

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

border-color css

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

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

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