Html Css Color HEX #CCE13C Las Palmas

📋 copy color: '#CCE13C'

red 204 ◦ green 225 ◦ blue 60

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

Shades of Las Palmas #CCE13C

Tints of Las Palmas #CCE13C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.01%

 BLUE value IS 60 (23.83% from 255) = 12.27%

R = 41.72%
G = 46.01%
B = 12.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#CCE13C (or 0xCCE13C) is known color: Las Palmas. HEX triplet: CC, E1 and 3C. RGB value is (204,225,60). Sum of RGB (Red+Green+Blue) = 204+225+60=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE13C is #331EC3. Grayscale: #C8C8C8. Windows color (decimal): -3350212 or 3989964. OLE color: 3989964.

HSL color Cylindrical-coordinate representation of color #CCE13C: hue angle of 67.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCE13C is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 60 -
CMYK 0.09 0 0.73 0.12
HSL 67.64º 0.73% 0.56% -
HSV(B) 67.64º 0.73% 0.88% -
XYZ 52.64 67.01 14.44 -
YUV 199.91 49.04 130.92 -
System Red Green Blue C M Y K H S L
Decimal 204 225 60 0.09 0 0.73 0.12 67.64 0.73 0.56
Hex CC E1 3C 9 0 49 C 44 49 38
Octal 314 341 74 11 0 111 14 104 111 70
Binary 11001100 11100001 111100 1001 0 1001001 1100 1000100 1001001 111000

Color Harmonies of #CCE13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE13C

Black with #CCE13C

Text Example


Text Example

White with #CCE13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE13C; }

 p { color: rgb(204,225,60); }

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

background-color css

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

 a { background-color: rgb(204,225,60); }

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

border-color css

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

 span { border-color: rgb(204,225,60); }

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