Html Css Color HEX #CAD63A Las Palmas

📋 copy color: '#CAD63A'

red 202 ◦ green 214 ◦ blue 58

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

Shades of Las Palmas #CAD63A

Tints of Las Palmas #CAD63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.24%

R = 42.62%
G = 45.15%
B = 12.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#CAD63A (or 0xCAD63A) is known color: Las Palmas. HEX triplet: CA, D6 and 3A. RGB value is (202,214,58). Sum of RGB (Red+Green+Blue) = 202+214+58=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD63A is #3529C5. Grayscale: #C1C1C1. Windows color (decimal): -3484102 or 3856074. OLE color: 3856074.

HSL color Cylindrical-coordinate representation of color #CAD63A: hue angle of 64.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAD63A is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 214 58 -
CMYK 0.06 0 0.73 0.16
HSL 64.62º 0.66% 0.53% -
HSV(B) 64.62º 0.73% 0.84% -
XYZ 49.17 60.96 13.18 -
YUV 192.63 52.02 134.68 -
System Red Green Blue C M Y K H S L
Decimal 202 214 58 0.06 0 0.73 0.16 64.62 0.66 0.53
Hex CA D6 3A 6 0 49 10 41 42 35
Octal 312 326 72 6 0 111 20 101 102 65
Binary 11001010 11010110 111010 110 0 1001001 10000 1000001 1000010 110101

Color Harmonies of #CAD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD63A

Black with #CAD63A

Text Example


Text Example

White with #CAD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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