Html Css Color HEX #C2E13D Las Palmas

📋 copy color: '#C2E13D'

red 194 ◦ green 225 ◦ blue 61

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

Shades of Las Palmas #C2E13D

Tints of Las Palmas #C2E13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.88%

 BLUE value IS 61 (24.22% from 255) = 12.71%

R = 40.42%
G = 46.88%
B = 12.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#C2E13D (or 0xC2E13D) is known color: Las Palmas. HEX triplet: C2, E1 and 3D. RGB value is (194,225,61). Sum of RGB (Red+Green+Blue) = 194+225+61=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E13D is #3D1EC2. Grayscale: #C5C5C5. Windows color (decimal): -4005571 or 4055490. OLE color: 4055490.

HSL color Cylindrical-coordinate representation of color #C2E13D: hue angle of 71.34º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2E13D is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 225 61 -
CMYK 0.14 0 0.73 0.12
HSL 71.34º 0.73% 0.56% -
HSV(B) 71.34º 0.73% 0.88% -
XYZ 50.02 65.66 14.45 -
YUV 197.04 51.23 125.84 -
System Red Green Blue C M Y K H S L
Decimal 194 225 61 0.14 0 0.73 0.12 71.34 0.73 0.56
Hex C2 E1 3D E 0 49 C 47 49 38
Octal 302 341 75 16 0 111 14 107 111 70
Binary 11000010 11100001 111101 1110 0 1001001 1100 1000111 1001001 111000

Color Harmonies of #C2E13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E13D

Black with #C2E13D

Text Example


Text Example

White with #C2E13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E13D; }

 p { color: rgb(194,225,61); }

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

background-color css

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

 a { background-color: rgb(194,225,61); }

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

border-color css

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

 span { border-color: rgb(194,225,61); }

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