Html Css Color HEX #C2DC38 Las Palmas

📋 copy color: '#C2DC38'

red 194 ◦ green 220 ◦ blue 56

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

Shades of Las Palmas #C2DC38

Tints of Las Palmas #C2DC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.91%

R = 41.28%
G = 46.81%
B = 11.91%

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

#C2DC38 (or 0xC2DC38) is known color: Las Palmas. HEX triplet: C2, DC and 38. RGB value is (194,220,56). Sum of RGB (Red+Green+Blue) = 194+220+56=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC38 is #3D23C7. Grayscale: #C2C2C2. Windows color (decimal): -4006856 or 3726530. OLE color: 3726530.

HSL color Cylindrical-coordinate representation of color #C2DC38: hue angle of 69.51º 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 #C2DC38 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 220 56 -
CMYK 0.12 0 0.75 0.14
HSL 69.51º 0.7% 0.54% -
HSV(B) 69.51º 0.75% 0.86% -
XYZ 48.56 62.94 13.33 -
YUV 193.53 50.39 128.34 -
System Red Green Blue C M Y K H S L
Decimal 194 220 56 0.12 0 0.75 0.14 69.51 0.7 0.54
Hex C2 DC 38 C 0 4B E 46 46 36
Octal 302 334 70 14 0 113 16 106 106 66
Binary 11000010 11011100 111000 1100 0 1001011 1110 1000110 1000110 110110

Color Harmonies of #C2DC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DC38

Black with #C2DC38

Text Example


Text Example

White with #C2DC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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