Html Css Color HEX #CAD63C Las Palmas

📋 copy color: '#CAD63C'

red 202 ◦ green 214 ◦ blue 60

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

Shades of Las Palmas #CAD63C

Tints of Las Palmas #CAD63C

RGB

 RED value IS 202 (79.3% from 255) = 42.44%

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

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

R = 42.44%
G = 44.96%
B = 12.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#CAD63C (or 0xCAD63C) is known color: Las Palmas. HEX triplet: CA, D6 and 3C. RGB value is (202,214,60). Sum of RGB (Red+Green+Blue) = 202+214+60=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD63C is #3529C3. Grayscale: #C1C1C1. Windows color (decimal): -3484100 or 3987146. OLE color: 3987146.

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

Color convert

RGB 202 214 60 -
CMYK 0.06 0 0.72 0.16
HSL 64.68º 0.65% 0.54% -
HSV(B) 64.68º 0.72% 0.84% -
XYZ 49.22 60.98 13.45 -
YUV 192.86 53.02 134.52 -
System Red Green Blue C M Y K H S L
Decimal 202 214 60 0.06 0 0.72 0.16 64.68 0.65 0.54
Hex CA D6 3C 6 0 48 10 41 41 36
Octal 312 326 74 6 0 110 20 101 101 66
Binary 11001010 11010110 111100 110 0 1001000 10000 1000001 1000001 110110

Color Harmonies of #CAD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD63C

Black with #CAD63C

Text Example


Text Example

White with #CAD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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