Html Css Color HEX #C0F74A Conifer

📋 copy color: '#C0F74A'

red 192 ◦ green 247 ◦ blue 74

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

Shades of Conifer #C0F74A

Tints of Conifer #C0F74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.42%

R = 37.43%
G = 48.15%
B = 14.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#C0F74A (or 0xC0F74A) is known color: Conifer. HEX triplet: C0, F7 and 4A. RGB value is (192,247,74). Sum of RGB (Red+Green+Blue) = 192+247+74=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F74A is #3F08B5. Grayscale: #D3D3D3. Windows color (decimal): -4130998 or 4913088. OLE color: 4913088.

HSL color Cylindrical-coordinate representation of color #C0F74A: hue angle of 79.08º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0F74A is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 247 74 -
CMYK 0.22 0 0.70 0.03
HSL 79.08º 0.92% 0.63% -
HSV(B) 79.08º 0.7% 0.97% -
XYZ 56.24 78.22 18.61 -
YUV 210.83 50.78 114.57 -
System Red Green Blue C M Y K H S L
Decimal 192 247 74 0.22 0 0.70 0.03 79.08 0.92 0.63
Hex C0 F7 4A 16 0 46 3 4F 5C 3F
Octal 300 367 112 26 0 106 3 117 134 77
Binary 11000000 11110111 1001010 10110 0 1000110 11 1001111 1011100 111111

Color Harmonies of #C0F74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F74A

Black with #C0F74A

Text Example


Text Example

White with #C0F74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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