Html Css Color HEX #CAD54C Las Palmas

📋 copy color: '#CAD54C'

red 202 ◦ green 213 ◦ blue 76

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

Shades of Las Palmas #CAD54C

Tints of Las Palmas #CAD54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.38%

 BLUE value IS 76 (30.08% from 255) = 15.48%

R = 41.14%
G = 43.38%
B = 15.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#CAD54C (or 0xCAD54C) is known color: Las Palmas. HEX triplet: CA, D5 and 4C. RGB value is (202,213,76). Sum of RGB (Red+Green+Blue) = 202+213+76=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD54C is #352AB3. Grayscale: #C2C2C2. Windows color (decimal): -3484340 or 5035466. OLE color: 5035466.

HSL color Cylindrical-coordinate representation of color #CAD54C: hue angle of 64.82º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAD54C is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 76 -
CMYK 0.05 0 0.64 0.16
HSL 64.82º 0.62% 0.57% -
HSV(B) 64.82º 0.64% 0.84% -
XYZ 49.46 60.67 15.94 -
YUV 194.09 61.36 133.64 -
System Red Green Blue C M Y K H S L
Decimal 202 213 76 0.05 0 0.64 0.16 64.82 0.62 0.57
Hex CA D5 4C 5 0 40 10 41 3E 39
Octal 312 325 114 5 0 100 20 101 76 71
Binary 11001010 11010101 1001100 101 0 1000000 10000 1000001 111110 111001

Color Harmonies of #CAD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD54C

Black with #CAD54C

Text Example


Text Example

White with #CAD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD54C; }

 p { color: rgb(202,213,76); }

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

background-color css

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

 a { background-color: rgb(202,213,76); }

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

border-color css

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

 span { border-color: rgb(202,213,76); }

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