Html Css Color HEX #CCE048 Las Palmas

📋 copy color: '#CCE048'

red 204 ◦ green 224 ◦ blue 72

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

Shades of Las Palmas #CCE048

Tints of Las Palmas #CCE048

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.8%

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

R = 40.8%
G = 44.8%
B = 14.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#CCE048 (or 0xCCE048) is known color: Las Palmas. HEX triplet: CC, E0 and 48. RGB value is (204,224,72). Sum of RGB (Red+Green+Blue) = 204+224+72=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE048 is #331FB7. Grayscale: #C9C9C9. Windows color (decimal): -3350456 or 4776140. OLE color: 4776140.

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

Color convert

RGB 204 224 72 -
CMYK 0.09 0 0.68 0.12
HSL 67.89º 0.71% 0.58% -
HSV(B) 67.89º 0.68% 0.88% -
XYZ 52.73 66.62 16.21 -
YUV 200.69 55.37 130.36 -
System Red Green Blue C M Y K H S L
Decimal 204 224 72 0.09 0 0.68 0.12 67.89 0.71 0.58
Hex CC E0 48 9 0 44 C 44 47 3A
Octal 314 340 110 11 0 104 14 104 107 72
Binary 11001100 11100000 1001000 1001 0 1000100 1100 1000100 1000111 111010

Color Harmonies of #CCE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE048

Black with #CCE048

Text Example


Text Example

White with #CCE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE048; }

 p { color: rgb(204,224,72); }

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

background-color css

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

 a { background-color: rgb(204,224,72); }

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

border-color css

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

 span { border-color: rgb(204,224,72); }

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