Html Css Color HEX #C2D040 Las Palmas

📋 copy color: '#C2D040'

red 194 ◦ green 208 ◦ blue 64

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

Shades of Las Palmas #C2D040

Tints of Las Palmas #C2D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

 BLUE value IS 64 (25.39% from 255) = 13.73%

R = 41.63%
G = 44.64%
B = 13.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#C2D040 (or 0xC2D040) is known color: Las Palmas. HEX triplet: C2, D0 and 40. RGB value is (194,208,64). Sum of RGB (Red+Green+Blue) = 194+208+64=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D040 is #3D2FBF. Grayscale: #BBBBBB. Windows color (decimal): -4009920 or 4247746. OLE color: 4247746.

HSL color Cylindrical-coordinate representation of color #C2D040: hue angle of 65.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2D040 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 64 -
CMYK 0.07 0 0.69 0.18
HSL 65.83º 0.61% 0.53% -
HSV(B) 65.83º 0.69% 0.82% -
XYZ 45.73 56.95 13.43 -
YUV 187.4 58.36 132.71 -
System Red Green Blue C M Y K H S L
Decimal 194 208 64 0.07 0 0.69 0.18 65.83 0.61 0.53
Hex C2 D0 40 7 0 45 12 42 3D 35
Octal 302 320 100 7 0 105 22 102 75 65
Binary 11000010 11010000 1000000 111 0 1000101 10010 1000010 111101 110101

Color Harmonies of #C2D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D040

Black with #C2D040

Text Example


Text Example

White with #C2D040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D040; }

 p { color: rgb(194,208,64); }

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

background-color css

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

 a { background-color: rgb(194,208,64); }

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

border-color css

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

 span { border-color: rgb(194,208,64); }

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