Html Css Color HEX #C5CA3E Las Palmas

📋 copy color: '#C5CA3E'

red 197 ◦ green 202 ◦ blue 62

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

Shades of Las Palmas #C5CA3E

Tints of Las Palmas #C5CA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.45%

R = 42.73%
G = 43.82%
B = 13.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C5CA3E (or 0xC5CA3E) is known color: Las Palmas. HEX triplet: C5, CA and 3E. RGB value is (197,202,62). Sum of RGB (Red+Green+Blue) = 197+202+62=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA3E is #3A35C1. Grayscale: #B9B9B9. Windows color (decimal): -3814850 or 4115141. OLE color: 4115141.

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

Color convert

RGB 197 202 62 -
CMYK 0.02 0 0.69 0.21
HSL 62.14º 0.57% 0.52% -
HSV(B) 62.14º 0.69% 0.79% -
XYZ 45.02 54.46 12.7 -
YUV 184.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 197 202 62 0.02 0 0.69 0.21 62.14 0.57 0.52
Hex C5 CA 3E 2 0 45 15 3E 39 34
Octal 305 312 76 2 0 105 25 76 71 64
Binary 11000101 11001010 111110 10 0 1000101 10101 111110 111001 110100

Color Harmonies of #C5CA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA3E

Black with #C5CA3E

Text Example


Text Example

White with #C5CA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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