Html Css Color HEX #C2DC36 Las Palmas

📋 copy color: '#C2DC36'

red 194 ◦ green 220 ◦ blue 54

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

Shades of Las Palmas #C2DC36

Tints of Las Palmas #C2DC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.54%

R = 41.45%
G = 47.01%
B = 11.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#C2DC36 (or 0xC2DC36) is known color: Las Palmas. HEX triplet: C2, DC and 36. RGB value is (194,220,54). Sum of RGB (Red+Green+Blue) = 194+220+54=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC36 is #3D23C9. Grayscale: #C1C1C1. Windows color (decimal): -4006858 or 3595458. OLE color: 3595458.

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

Color convert

RGB 194 220 54 -
CMYK 0.12 0 0.75 0.14
HSL 69.4º 0.7% 0.54% -
HSV(B) 69.4º 0.75% 0.86% -
XYZ 48.51 62.92 13.08 -
YUV 193.3 49.39 128.5 -
System Red Green Blue C M Y K H S L
Decimal 194 220 54 0.12 0 0.75 0.14 69.4 0.7 0.54
Hex C2 DC 36 C 0 4B E 45 46 36
Octal 302 334 66 14 0 113 16 105 106 66
Binary 11000010 11011100 110110 1100 0 1001011 1110 1000101 1000110 110110

Color Harmonies of #C2DC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DC36

Black with #C2DC36

Text Example


Text Example

White with #C2DC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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