Html Css Color HEX #C2D442 Las Palmas

📋 copy color: '#C2D442'

red 194 ◦ green 212 ◦ blue 66

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

Shades of Las Palmas #C2D442

Tints of Las Palmas #C2D442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

 BLUE value IS 66 (26.17% from 255) = 13.98%

R = 41.1%
G = 44.92%
B = 13.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#C2D442 (or 0xC2D442) is known color: Las Palmas. HEX triplet: C2, D4 and 42. RGB value is (194,212,66). Sum of RGB (Red+Green+Blue) = 194+212+66=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D442 is #3D2BBD. Grayscale: #BEBEBE. Windows color (decimal): -4008894 or 4379842. OLE color: 4379842.

HSL color Cylindrical-coordinate representation of color #C2D442: hue angle of 67.4º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2D442 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 212 66 -
CMYK 0.08 0 0.69 0.17
HSL 67.4º 0.63% 0.55% -
HSV(B) 67.4º 0.69% 0.83% -
XYZ 46.77 58.95 14.07 -
YUV 189.97 58.04 130.87 -
System Red Green Blue C M Y K H S L
Decimal 194 212 66 0.08 0 0.69 0.17 67.4 0.63 0.55
Hex C2 D4 42 8 0 45 11 43 3F 37
Octal 302 324 102 10 0 105 21 103 77 67
Binary 11000010 11010100 1000010 1000 0 1000101 10001 1000011 111111 110111

Color Harmonies of #C2D442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D442

Black with #C2D442

Text Example


Text Example

White with #C2D442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D442; }

 p { color: rgb(194,212,66); }

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

background-color css

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

 a { background-color: rgb(194,212,66); }

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

border-color css

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

 span { border-color: rgb(194,212,66); }

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