Html Css Color HEX #C4D640 Las Palmas

📋 copy color: '#C4D640'

red 196 ◦ green 214 ◦ blue 64

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

Shades of Las Palmas #C4D640

Tints of Las Palmas #C4D640

RGB

 RED value IS 196 (76.95% from 255) = 41.35%

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

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

R = 41.35%
G = 45.15%
B = 13.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#C4D640 (or 0xC4D640) is known color: Las Palmas. HEX triplet: C4, D6 and 40. RGB value is (196,214,64). Sum of RGB (Red+Green+Blue) = 196+214+64=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D640 is #3B29BF. Grayscale: #C0C0C0. Windows color (decimal): -3877312 or 4249284. OLE color: 4249284.

HSL color Cylindrical-coordinate representation of color #C4D640: hue angle of 67.2º 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 #C4D640 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 214 64 -
CMYK 0.08 0 0.70 0.16
HSL 67.2º 0.65% 0.55% -
HSV(B) 67.2º 0.7% 0.84% -
XYZ 47.74 60.2 13.95 -
YUV 191.52 56.04 131.2 -
System Red Green Blue C M Y K H S L
Decimal 196 214 64 0.08 0 0.70 0.16 67.2 0.65 0.55
Hex C4 D6 40 8 0 46 10 43 41 37
Octal 304 326 100 10 0 106 20 103 101 67
Binary 11000100 11010110 1000000 1000 0 1000110 10000 1000011 1000001 110111

Color Harmonies of #C4D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D640

Black with #C4D640

Text Example


Text Example

White with #C4D640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D640; }

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

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

background-color css

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

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

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

border-color css

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

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

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