Html Css Color HEX #C2DC35 Las Palmas

📋 copy color: '#C2DC35'

red 194 ◦ green 220 ◦ blue 53

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

Shades of Las Palmas #C2DC35

Tints of Las Palmas #C2DC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.35%

R = 41.54%
G = 47.11%
B = 11.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#C2DC35 (or 0xC2DC35) is known color: Las Palmas. HEX triplet: C2, DC and 35. RGB value is (194,220,53). Sum of RGB (Red+Green+Blue) = 194+220+53=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC35 is #3D23CA. Grayscale: #C1C1C1. Windows color (decimal): -4006859 or 3529922. OLE color: 3529922.

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

Color convert

RGB 194 220 53 -
CMYK 0.12 0 0.76 0.14
HSL 69.34º 0.7% 0.54% -
HSV(B) 69.34º 0.76% 0.86% -
XYZ 48.48 62.91 12.96 -
YUV 193.19 48.89 128.58 -
System Red Green Blue C M Y K H S L
Decimal 194 220 53 0.12 0 0.76 0.14 69.34 0.7 0.54
Hex C2 DC 35 C 0 4C E 45 46 36
Octal 302 334 65 14 0 114 16 105 106 66
Binary 11000010 11011100 110101 1100 0 1001100 1110 1000101 1000110 110110

Color Harmonies of #C2DC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DC35

Black with #C2DC35

Text Example


Text Example

White with #C2DC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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