Html Css Color HEX #C2DC48 Las Palmas

📋 copy color: '#C2DC48'

red 194 ◦ green 220 ◦ blue 72

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

Shades of Las Palmas #C2DC48

Tints of Las Palmas #C2DC48

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 72 (28.52% from 255) = 14.81%

R = 39.92%
G = 45.27%
B = 14.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#C2DC48 (or 0xC2DC48) is known color: Las Palmas. HEX triplet: C2, DC and 48. RGB value is (194,220,72). Sum of RGB (Red+Green+Blue) = 194+220+72=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC48 is #3D23B7. Grayscale: #C3C3C3. Windows color (decimal): -4006840 or 4775106. OLE color: 4775106.

HSL color Cylindrical-coordinate representation of color #C2DC48: hue angle of 70.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2DC48 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 220 72 -
CMYK 0.12 0 0.67 0.14
HSL 70.54º 0.68% 0.57% -
HSV(B) 70.54º 0.67% 0.86% -
XYZ 49.01 63.12 15.73 -
YUV 195.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 194 220 72 0.12 0 0.67 0.14 70.54 0.68 0.57
Hex C2 DC 48 C 0 43 E 47 44 39
Octal 302 334 110 14 0 103 16 107 104 71
Binary 11000010 11011100 1001000 1100 0 1000011 1110 1000111 1000100 111001

Color Harmonies of #C2DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DC48

Black with #C2DC48

Text Example


Text Example

White with #C2DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DC48; }

 p { color: rgb(194,220,72); }

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

background-color css

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

 a { background-color: rgb(194,220,72); }

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

border-color css

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

 span { border-color: rgb(194,220,72); }

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