Html Css Color HEX #CCE340 Las Palmas

📋 copy color: '#CCE340'

red 204 ◦ green 227 ◦ blue 64

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

Shades of Las Palmas #CCE340

Tints of Las Palmas #CCE340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.86%

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

R = 41.21%
G = 45.86%
B = 12.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#CCE340 (or 0xCCE340) is known color: Las Palmas. HEX triplet: CC, E3 and 40. RGB value is (204,227,64). Sum of RGB (Red+Green+Blue) = 204+227+64=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE340 is #331CBF. Grayscale: #CACACA. Windows color (decimal): -3349696 or 4252620. OLE color: 4252620.

HSL color Cylindrical-coordinate representation of color #CCE340: hue angle of 68.47º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCE340 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 227 64 -
CMYK 0.10 0 0.72 0.11
HSL 68.47º 0.74% 0.57% -
HSV(B) 68.47º 0.72% 0.89% -
XYZ 53.3 68.15 15.19 -
YUV 201.54 50.38 129.75 -
System Red Green Blue C M Y K H S L
Decimal 204 227 64 0.10 0 0.72 0.11 68.47 0.74 0.57
Hex CC E3 40 A 0 48 B 44 4A 39
Octal 314 343 100 12 0 110 13 104 112 71
Binary 11001100 11100011 1000000 1010 0 1001000 1011 1000100 1001010 111001

Color Harmonies of #CCE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE340

Black with #CCE340

Text Example


Text Example

White with #CCE340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE340; }

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

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

background-color css

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

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

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

border-color css

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

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

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