Html Css Color HEX #C0F246 Conifer

📋 copy color: '#C0F246'

red 192 ◦ green 242 ◦ blue 70

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

Shades of Conifer #C0F246

Tints of Conifer #C0F246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.02%

 BLUE value IS 70 (27.73% from 255) = 13.89%

R = 38.1%
G = 48.02%
B = 13.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#C0F246 (or 0xC0F246) is known color: Conifer. HEX triplet: C0, F2 and 46. RGB value is (192,242,70). Sum of RGB (Red+Green+Blue) = 192+242+70=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F246 is #3F0DB9. Grayscale: #D0D0D0. Windows color (decimal): -4132282 or 4649664. OLE color: 4649664.

HSL color Cylindrical-coordinate representation of color #C0F246: hue angle of 77.44º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0F246 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 70 -
CMYK 0.21 0 0.71 0.05
HSL 77.44º 0.87% 0.61% -
HSV(B) 77.44º 0.71% 0.95% -
XYZ 54.6 75.15 17.42 -
YUV 207.44 50.44 116.99 -
System Red Green Blue C M Y K H S L
Decimal 192 242 70 0.21 0 0.71 0.05 77.44 0.87 0.61
Hex C0 F2 46 15 0 47 5 4D 57 3D
Octal 300 362 106 25 0 107 5 115 127 75
Binary 11000000 11110010 1000110 10101 0 1000111 101 1001101 1010111 111101

Color Harmonies of #C0F246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F246

Black with #C0F246

Text Example


Text Example

White with #C0F246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F246; }

 p { color: rgb(192,242,70); }

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

background-color css

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

 a { background-color: rgb(192,242,70); }

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

border-color css

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

 span { border-color: rgb(192,242,70); }

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