Html Css Color HEX #CAD348 Las Palmas

📋 copy color: '#CAD348'

red 202 ◦ green 211 ◦ blue 72

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

Shades of Las Palmas #CAD348

Tints of Las Palmas #CAD348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.51%

 BLUE value IS 72 (28.52% from 255) = 14.85%

R = 41.65%
G = 43.51%
B = 14.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#CAD348 (or 0xCAD348) is known color: Las Palmas. HEX triplet: CA, D3 and 48. RGB value is (202,211,72). Sum of RGB (Red+Green+Blue) = 202+211+72=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD348 is #352CB7. Grayscale: #C1C1C1. Windows color (decimal): -3484856 or 4772810. OLE color: 4772810.

HSL color Cylindrical-coordinate representation of color #CAD348: hue angle of 63.88º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAD348 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 211 72 -
CMYK 0.04 0 0.66 0.17
HSL 63.88º 0.61% 0.55% -
HSV(B) 63.88º 0.66% 0.83% -
XYZ 48.82 59.61 15.06 -
YUV 192.46 60.02 134.8 -
System Red Green Blue C M Y K H S L
Decimal 202 211 72 0.04 0 0.66 0.17 63.88 0.61 0.55
Hex CA D3 48 4 0 42 11 40 3D 37
Octal 312 323 110 4 0 102 21 100 75 67
Binary 11001010 11010011 1001000 100 0 1000010 10001 1000000 111101 110111

Color Harmonies of #CAD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD348

Black with #CAD348

Text Example


Text Example

White with #CAD348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD348; }

 p { color: rgb(202,211,72); }

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

background-color css

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

 a { background-color: rgb(202,211,72); }

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

border-color css

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

 span { border-color: rgb(202,211,72); }

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