Html Css Color HEX #C2F245 Conifer

📋 copy color: '#C2F245'

red 194 ◦ green 242 ◦ blue 69

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

Shades of Conifer #C2F245

Tints of Conifer #C2F245

RGB

 RED value IS 194 (76.17% from 255) = 38.42%

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

 BLUE value IS 69 (27.34% from 255) = 13.66%

R = 38.42%
G = 47.92%
B = 13.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#C2F245 (or 0xC2F245) is known color: Conifer. HEX triplet: C2, F2 and 45. RGB value is (194,242,69). Sum of RGB (Red+Green+Blue) = 194+242+69=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F245 is #3D0DBA. Grayscale: #D0D0D0. Windows color (decimal): -4001211 or 4584130. OLE color: 4584130.

HSL color Cylindrical-coordinate representation of color #C2F245: hue angle of 76.65º 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 #C2F245 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 69 -
CMYK 0.20 0 0.71 0.05
HSL 76.65º 0.87% 0.61% -
HSV(B) 76.65º 0.71% 0.95% -
XYZ 55.07 75.4 17.28 -
YUV 207.93 49.6 118.07 -
System Red Green Blue C M Y K H S L
Decimal 194 242 69 0.20 0 0.71 0.05 76.65 0.87 0.61
Hex C2 F2 45 14 0 47 5 4D 57 3D
Octal 302 362 105 24 0 107 5 115 127 75
Binary 11000010 11110010 1000101 10100 0 1000111 101 1001101 1010111 111101

Color Harmonies of #C2F245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F245

Black with #C2F245

Text Example


Text Example

White with #C2F245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F245; }

 p { color: rgb(194,242,69); }

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

background-color css

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

 a { background-color: rgb(194,242,69); }

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

border-color css

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

 span { border-color: rgb(194,242,69); }

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