Html Css Color HEX #C5CA3C Las Palmas

📋 copy color: '#C5CA3C'

red 197 ◦ green 202 ◦ blue 60

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

Shades of Las Palmas #C5CA3C

Tints of Las Palmas #C5CA3C

RGB

 RED value IS 197 (77.34% from 255) = 42.92%

 GREEN value IS 202 (79.3% from 255) = 44.01%

 BLUE value IS 60 (23.83% from 255) = 13.07%

R = 42.92%
G = 44.01%
B = 13.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C5CA3C (or 0xC5CA3C) is known color: Las Palmas. HEX triplet: C5, CA and 3C. RGB value is (197,202,60). Sum of RGB (Red+Green+Blue) = 197+202+60=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA3C is #3A35C3. Grayscale: #B8B8B8. Windows color (decimal): -3814852 or 3984069. OLE color: 3984069.

HSL color Cylindrical-coordinate representation of color #C5CA3C: hue angle of 62.11º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5CA3C is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 60 -
CMYK 0.02 0 0.70 0.21
HSL 62.11º 0.57% 0.51% -
HSV(B) 62.11º 0.7% 0.79% -
XYZ 44.96 54.44 12.41 -
YUV 184.32 57.84 137.05 -
System Red Green Blue C M Y K H S L
Decimal 197 202 60 0.02 0 0.70 0.21 62.11 0.57 0.51
Hex C5 CA 3C 2 0 46 15 3E 39 33
Octal 305 312 74 2 0 106 25 76 71 63
Binary 11000101 11001010 111100 10 0 1000110 10101 111110 111001 110011

Color Harmonies of #C5CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA3C

Black with #C5CA3C

Text Example


Text Example

White with #C5CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA3C; }

 p { color: rgb(197,202,60); }

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

background-color css

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

 a { background-color: rgb(197,202,60); }

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

border-color css

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

 span { border-color: rgb(197,202,60); }

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