Html Css Color HEX #CCE64C Las Palmas

📋 copy color: '#CCE64C'

red 204 ◦ green 230 ◦ blue 76

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

Shades of Las Palmas #CCE64C

Tints of Las Palmas #CCE64C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.1%

 BLUE value IS 76 (30.08% from 255) = 14.9%

R = 40%
G = 45.1%
B = 14.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#CCE64C (or 0xCCE64C) is known color: Las Palmas. HEX triplet: CC, E6 and 4C. RGB value is (204,230,76). Sum of RGB (Red+Green+Blue) = 204+230+76=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE64C is #3319B3. Grayscale: #CDCDCD. Windows color (decimal): -3348916 or 5039820. OLE color: 5039820.

HSL color Cylindrical-coordinate representation of color #CCE64C: hue angle of 70.13º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCE64C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 76 -
CMYK 0.11 0 0.67 0.10
HSL 70.13º 0.75% 0.6% -
HSV(B) 70.13º 0.67% 0.9% -
XYZ 54.5 69.95 17.47 -
YUV 204.67 55.39 127.52 -
System Red Green Blue C M Y K H S L
Decimal 204 230 76 0.11 0 0.67 0.10 70.13 0.75 0.6
Hex CC E6 4C B 0 43 A 46 4B 3C
Octal 314 346 114 13 0 103 12 106 113 74
Binary 11001100 11100110 1001100 1011 0 1000011 1010 1000110 1001011 111100

Color Harmonies of #CCE64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE64C

Black with #CCE64C

Text Example


Text Example

White with #CCE64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE64C; }

 p { color: rgb(204,230,76); }

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

background-color css

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

 a { background-color: rgb(204,230,76); }

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

border-color css

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

 span { border-color: rgb(204,230,76); }

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