Html Css Color HEX #C0F244 Conifer

📋 copy color: '#C0F244'

red 192 ◦ green 242 ◦ blue 68

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

Shades of Conifer #C0F244

Tints of Conifer #C0F244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.55%

R = 38.25%
G = 48.21%
B = 13.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#C0F244 (or 0xC0F244) is known color: Conifer. HEX triplet: C0, F2 and 44. RGB value is (192,242,68). Sum of RGB (Red+Green+Blue) = 192+242+68=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F244 is #3F0DBB. Grayscale: #CFCFCF. Windows color (decimal): -4132284 or 4518592. OLE color: 4518592.

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

Color convert

RGB 192 242 68 -
CMYK 0.21 0 0.72 0.05
HSL 77.24º 0.87% 0.61% -
HSV(B) 77.24º 0.72% 0.95% -
XYZ 54.53 75.13 17.1 -
YUV 207.21 49.44 117.15 -
System Red Green Blue C M Y K H S L
Decimal 192 242 68 0.21 0 0.72 0.05 77.24 0.87 0.61
Hex C0 F2 44 15 0 48 5 4D 57 3D
Octal 300 362 104 25 0 110 5 115 127 75
Binary 11000000 11110010 1000100 10101 0 1001000 101 1001101 1010111 111101

Color Harmonies of #C0F244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F244

Black with #C0F244

Text Example


Text Example

White with #C0F244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F244; }

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

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

background-color css

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

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

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

border-color css

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

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

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