Html Css Color HEX #C2DC3F Las Palmas

📋 copy color: '#C2DC3F'

red 194 ◦ green 220 ◦ blue 63

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

Shades of Las Palmas #C2DC3F

Tints of Las Palmas #C2DC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.21%

R = 40.67%
G = 46.12%
B = 13.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#C2DC3F (or 0xC2DC3F) is known color: Las Palmas. HEX triplet: C2, DC and 3F. RGB value is (194,220,63). Sum of RGB (Red+Green+Blue) = 194+220+63=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC3F is #3D23C0. Grayscale: #C2C2C2. Windows color (decimal): -4006849 or 4185282. OLE color: 4185282.

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

Color convert

RGB 194 220 63 -
CMYK 0.12 0 0.71 0.14
HSL 69.94º 0.69% 0.55% -
HSV(B) 69.94º 0.71% 0.86% -
XYZ 48.74 63.01 14.3 -
YUV 194.33 53.89 127.77 -
System Red Green Blue C M Y K H S L
Decimal 194 220 63 0.12 0 0.71 0.14 69.94 0.69 0.55
Hex C2 DC 3F C 0 47 E 46 45 37
Octal 302 334 77 14 0 107 16 106 105 67
Binary 11000010 11011100 111111 1100 0 1000111 1110 1000110 1000101 110111

Color Harmonies of #C2DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DC3F

Black with #C2DC3F

Text Example


Text Example

White with #C2DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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