Html Css Color HEX #CCE140 Las Palmas

📋 copy color: '#CCE140'

red 204 ◦ green 225 ◦ blue 64

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

Shades of Las Palmas #CCE140

Tints of Las Palmas #CCE140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.98%

R = 41.38%
G = 45.64%
B = 12.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#CCE140 (or 0xCCE140) is known color: Las Palmas. HEX triplet: CC, E1 and 40. RGB value is (204,225,64). Sum of RGB (Red+Green+Blue) = 204+225+64=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE140 is #331EBF. Grayscale: #C8C8C8. Windows color (decimal): -3350208 or 4252108. OLE color: 4252108.

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

Color convert

RGB 204 225 64 -
CMYK 0.09 0 0.72 0.12
HSL 67.83º 0.73% 0.57% -
HSV(B) 67.83º 0.72% 0.88% -
XYZ 52.75 67.06 15.01 -
YUV 200.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 204 225 64 0.09 0 0.72 0.12 67.83 0.73 0.57
Hex CC E1 40 9 0 48 C 44 49 39
Octal 314 341 100 11 0 110 14 104 111 71
Binary 11001100 11100001 1000000 1001 0 1001000 1100 1000100 1001001 111001

Color Harmonies of #CCE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE140

Black with #CCE140

Text Example


Text Example

White with #CCE140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE140; }

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

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

background-color css

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

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

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

border-color css

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

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

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