Html Css Color HEX #C2D640 Las Palmas

📋 copy color: '#C2D640'

red 194 ◦ green 214 ◦ blue 64

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

Shades of Las Palmas #C2D640

Tints of Las Palmas #C2D640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.34%

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

R = 41.1%
G = 45.34%
B = 13.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#C2D640 (or 0xC2D640) is known color: Las Palmas. HEX triplet: C2, D6 and 40. RGB value is (194,214,64). Sum of RGB (Red+Green+Blue) = 194+214+64=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D640 is #3D29BF. Grayscale: #BFBFBF. Windows color (decimal): -4008384 or 4249282. OLE color: 4249282.

HSL color Cylindrical-coordinate representation of color #C2D640: hue angle of 68º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2D640 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 214 64 -
CMYK 0.09 0 0.70 0.16
HSL 68º 0.65% 0.55% -
HSV(B) 68º 0.7% 0.84% -
XYZ 47.22 59.93 13.93 -
YUV 190.92 56.37 130.2 -
System Red Green Blue C M Y K H S L
Decimal 194 214 64 0.09 0 0.70 0.16 68 0.65 0.55
Hex C2 D6 40 9 0 46 10 44 41 37
Octal 302 326 100 11 0 106 20 104 101 67
Binary 11000010 11010110 1000000 1001 0 1000110 10000 1000100 1000001 110111

Color Harmonies of #C2D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D640

Black with #C2D640

Text Example


Text Example

White with #C2D640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D640; }

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

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

background-color css

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

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

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

border-color css

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

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

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