Html Css Color HEX #CCD43A Las Palmas

📋 copy color: '#CCD43A'

red 204 ◦ green 212 ◦ blue 58

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

Shades of Las Palmas #CCD43A

Tints of Las Palmas #CCD43A

RGB

 RED value IS 204 (80.08% from 255) = 43.04%

 GREEN value IS 212 (83.2% from 255) = 44.73%

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

R = 43.04%
G = 44.73%
B = 12.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#CCD43A (or 0xCCD43A) is known color: Las Palmas. HEX triplet: CC, D4 and 3A. RGB value is (204,212,58). Sum of RGB (Red+Green+Blue) = 204+212+58=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD43A is #332BC5. Grayscale: #C0C0C0. Windows color (decimal): -3353542 or 3855564. OLE color: 3855564.

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

Color convert

RGB 204 212 58 -
CMYK 0.04 0 0.73 0.17
HSL 63.12º 0.64% 0.53% -
HSV(B) 63.12º 0.73% 0.83% -
XYZ 49.21 60.23 13.03 -
YUV 192.05 52.35 136.52 -
System Red Green Blue C M Y K H S L
Decimal 204 212 58 0.04 0 0.73 0.17 63.12 0.64 0.53
Hex CC D4 3A 4 0 49 11 3F 40 35
Octal 314 324 72 4 0 111 21 77 100 65
Binary 11001100 11010100 111010 100 0 1001001 10001 111111 1000000 110101

Color Harmonies of #CCD43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD43A

Black with #CCD43A

Text Example


Text Example

White with #CCD43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD43A; }

 p { color: rgb(204,212,58); }

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

background-color css

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

 a { background-color: rgb(204,212,58); }

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

border-color css

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

 span { border-color: rgb(204,212,58); }

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