Html Css Color HEX #C0F74F Conifer

📋 copy color: '#C0F74F'

red 192 ◦ green 247 ◦ blue 79

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

Shades of Conifer #C0F74F

Tints of Conifer #C0F74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.25%

R = 37.07%
G = 47.68%
B = 15.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#C0F74F (or 0xC0F74F) is known color: Conifer. HEX triplet: C0, F7 and 4F. RGB value is (192,247,79). Sum of RGB (Red+Green+Blue) = 192+247+79=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F74F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F74F is #3F08B0. Grayscale: #D4D4D4. Windows color (decimal): -4130993 or 5240768. OLE color: 5240768.

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

Color convert

RGB 192 247 79 -
CMYK 0.22 0 0.68 0.03
HSL 79.64º 0.91% 0.64% -
HSV(B) 79.64º 0.68% 0.97% -
XYZ 56.41 78.29 19.54 -
YUV 211.4 53.28 114.16 -
System Red Green Blue C M Y K H S L
Decimal 192 247 79 0.22 0 0.68 0.03 79.64 0.91 0.64
Hex C0 F7 4F 16 0 44 3 50 5B 40
Octal 300 367 117 26 0 104 3 120 133 100
Binary 11000000 11110111 1001111 10110 0 1000100 11 1010000 1011011 1000000

Color Harmonies of #C0F74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F74F

Black with #C0F74F

Text Example


Text Example

White with #C0F74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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