Html Css Color HEX #C5CA3D Las Palmas

📋 copy color: '#C5CA3D'

red 197 ◦ green 202 ◦ blue 61

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

Shades of Las Palmas #C5CA3D

Tints of Las Palmas #C5CA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.26%

R = 42.83%
G = 43.91%
B = 13.26%

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

#C5CA3D (or 0xC5CA3D) is known color: Las Palmas. HEX triplet: C5, CA and 3D. RGB value is (197,202,61). Sum of RGB (Red+Green+Blue) = 197+202+61=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA3D is #3A35C2. Grayscale: #B8B8B8. Windows color (decimal): -3814851 or 4049605. OLE color: 4049605.

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

Color convert

RGB 197 202 61 -
CMYK 0.02 0 0.70 0.21
HSL 62.13º 0.57% 0.52% -
HSV(B) 62.13º 0.7% 0.79% -
XYZ 44.99 54.45 12.55 -
YUV 184.43 58.34 136.96 -
System Red Green Blue C M Y K H S L
Decimal 197 202 61 0.02 0 0.70 0.21 62.13 0.57 0.52
Hex C5 CA 3D 2 0 46 15 3E 39 34
Octal 305 312 75 2 0 106 25 76 71 64
Binary 11000101 11001010 111101 10 0 1000110 10101 111110 111001 110100

Color Harmonies of #C5CA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA3D

Black with #C5CA3D

Text Example


Text Example

White with #C5CA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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