Html Css Color HEX #CCE148 Las Palmas

📋 copy color: '#CCE148'

red 204 ◦ green 225 ◦ blue 72

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

Shades of Las Palmas #CCE148

Tints of Las Palmas #CCE148

RGB

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

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

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

R = 40.72%
G = 44.91%
B = 14.37%

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

#CCE148 (or 0xCCE148) is known color: Las Palmas. HEX triplet: CC, E1 and 48. RGB value is (204,225,72). Sum of RGB (Red+Green+Blue) = 204+225+72=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE148 is #331EB7. Grayscale: #C9C9C9. Windows color (decimal): -3350200 or 4776396. OLE color: 4776396.

HSL color Cylindrical-coordinate representation of color #CCE148: hue angle of 68.24º degrees, saturation: 0.72, 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 #CCE148 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 72 -
CMYK 0.09 0 0.68 0.12
HSL 68.24º 0.72% 0.58% -
HSV(B) 68.24º 0.68% 0.88% -
XYZ 53 67.16 16.3 -
YUV 201.28 55.04 129.94 -
System Red Green Blue C M Y K H S L
Decimal 204 225 72 0.09 0 0.68 0.12 68.24 0.72 0.58
Hex CC E1 48 9 0 44 C 44 48 3A
Octal 314 341 110 11 0 104 14 104 110 72
Binary 11001100 11100001 1001000 1001 0 1000100 1100 1000100 1001000 111010

Color Harmonies of #CCE148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE148

Black with #CCE148

Text Example


Text Example

White with #CCE148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE148; }

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

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

background-color css

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

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

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

border-color css

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

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

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