Html Css Color HEX #CCE146 Las Palmas

📋 copy color: '#CCE146'

red 204 ◦ green 225 ◦ blue 70

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

Shades of Las Palmas #CCE146

Tints of Las Palmas #CCE146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.03%

R = 40.88%
G = 45.09%
B = 14.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#CCE146 (or 0xCCE146) is known color: Las Palmas. HEX triplet: CC, E1 and 46. RGB value is (204,225,70). Sum of RGB (Red+Green+Blue) = 204+225+70=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE146 is #331EB9. Grayscale: #C9C9C9. Windows color (decimal): -3350202 or 4645324. OLE color: 4645324.

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

Color convert

RGB 204 225 70 -
CMYK 0.09 0 0.69 0.12
HSL 68.13º 0.72% 0.58% -
HSV(B) 68.13º 0.69% 0.88% -
XYZ 52.93 67.13 15.96 -
YUV 201.05 54.04 130.1 -
System Red Green Blue C M Y K H S L
Decimal 204 225 70 0.09 0 0.69 0.12 68.13 0.72 0.58
Hex CC E1 46 9 0 45 C 44 48 3A
Octal 314 341 106 11 0 105 14 104 110 72
Binary 11001100 11100001 1000110 1001 0 1000101 1100 1000100 1001000 111010

Color Harmonies of #CCE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE146

Black with #CCE146

Text Example


Text Example

White with #CCE146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE146; }

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

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

background-color css

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

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

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

border-color css

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

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

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