Html Css Color HEX #C5D63C Las Palmas

📋 copy color: '#C5D63C'

red 197 ◦ green 214 ◦ blue 60

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

Shades of Las Palmas #C5D63C

Tints of Las Palmas #C5D63C

RGB

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

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

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

R = 41.83%
G = 45.44%
B = 12.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#C5D63C (or 0xC5D63C) is known color: Las Palmas. HEX triplet: C5, D6 and 3C. RGB value is (197,214,60). Sum of RGB (Red+Green+Blue) = 197+214+60=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D63C is #3A29C3. Grayscale: #BFBFBF. Windows color (decimal): -3811780 or 3987141. OLE color: 3987141.

HSL color Cylindrical-coordinate representation of color #C5D63C: hue angle of 66.62º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5D63C is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 60 -
CMYK 0.08 0 0.72 0.16
HSL 66.62º 0.65% 0.54% -
HSV(B) 66.62º 0.72% 0.84% -
XYZ 47.89 60.29 13.39 -
YUV 191.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 197 214 60 0.08 0 0.72 0.16 66.62 0.65 0.54
Hex C5 D6 3C 8 0 48 10 43 41 36
Octal 305 326 74 10 0 110 20 103 101 66
Binary 11000101 11010110 111100 1000 0 1001000 10000 1000011 1000001 110110

Color Harmonies of #C5D63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D63C

Black with #C5D63C

Text Example


Text Example

White with #C5D63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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