Html Css Color HEX #C2F143 Las Palmas

📋 copy color: '#C2F143'

red 194 ◦ green 241 ◦ blue 67

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

Shades of Las Palmas #C2F143

Tints of Las Palmas #C2F143

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.01%

 BLUE value IS 67 (26.56% from 255) = 13.35%

R = 38.65%
G = 48.01%
B = 13.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#C2F143 (or 0xC2F143) is known color: Las Palmas. HEX triplet: C2, F1 and 43. RGB value is (194,241,67). Sum of RGB (Red+Green+Blue) = 194+241+67=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 67 (26.56% from 255 or 13.35% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F143 is #3D0EBC. Grayscale: #CFCFCF. Windows color (decimal): -4001469 or 4452802. OLE color: 4452802.

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

Color convert

RGB 194 241 67 -
CMYK 0.20 0 0.72 0.05
HSL 76.21º 0.86% 0.6% -
HSV(B) 76.21º 0.72% 0.95% -
XYZ 54.72 74.79 16.86 -
YUV 207.11 48.93 118.65 -
System Red Green Blue C M Y K H S L
Decimal 194 241 67 0.20 0 0.72 0.05 76.21 0.86 0.6
Hex C2 F1 43 14 0 48 5 4C 56 3C
Octal 302 361 103 24 0 110 5 114 126 74
Binary 11000010 11110001 1000011 10100 0 1001000 101 1001100 1010110 111100

Color Harmonies of #C2F143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F143

Black with #C2F143

Text Example


Text Example

White with #C2F143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F143; }

 p { color: rgb(194,241,67); }

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

background-color css

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

 a { background-color: rgb(194,241,67); }

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

border-color css

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

 span { border-color: rgb(194,241,67); }

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