Html Css Color HEX #CAD63E Las Palmas

📋 copy color: '#CAD63E'

red 202 ◦ green 214 ◦ blue 62

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

Shades of Las Palmas #CAD63E

Tints of Las Palmas #CAD63E

RGB

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

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

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

R = 42.26%
G = 44.77%
B = 12.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#CAD63E (or 0xCAD63E) is known color: Las Palmas. HEX triplet: CA, D6 and 3E. RGB value is (202,214,62). Sum of RGB (Red+Green+Blue) = 202+214+62=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD63E is #3529C1. Grayscale: #C1C1C1. Windows color (decimal): -3484098 or 4118218. OLE color: 4118218.

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

Color convert

RGB 202 214 62 -
CMYK 0.06 0 0.71 0.16
HSL 64.74º 0.65% 0.54% -
HSV(B) 64.74º 0.71% 0.84% -
XYZ 49.27 61 13.73 -
YUV 193.08 54.02 134.36 -
System Red Green Blue C M Y K H S L
Decimal 202 214 62 0.06 0 0.71 0.16 64.74 0.65 0.54
Hex CA D6 3E 6 0 47 10 41 41 36
Octal 312 326 76 6 0 107 20 101 101 66
Binary 11001010 11010110 111110 110 0 1000111 10000 1000001 1000001 110110

Color Harmonies of #CAD63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD63E

Black with #CAD63E

Text Example


Text Example

White with #CAD63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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