Html Css Color HEX #CCE64D Las Palmas

📋 copy color: '#CCE64D'

red 204 ◦ green 230 ◦ blue 77

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

Shades of Las Palmas #CCE64D

Tints of Las Palmas #CCE64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.07%

R = 39.92%
G = 45.01%
B = 15.07%

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

#CCE64D (or 0xCCE64D) is known color: Las Palmas. HEX triplet: CC, E6 and 4D. RGB value is (204,230,77). Sum of RGB (Red+Green+Blue) = 204+230+77=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE64D is #3319B2. Grayscale: #CDCDCD. Windows color (decimal): -3348915 or 5105356. OLE color: 5105356.

HSL color Cylindrical-coordinate representation of color #CCE64D: hue angle of 70.2º 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 #CCE64D is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 77 -
CMYK 0.11 0 0.67 0.10
HSL 70.2º 0.75% 0.6% -
HSV(B) 70.2º 0.67% 0.9% -
XYZ 54.54 69.97 17.65 -
YUV 204.78 55.89 127.44 -
System Red Green Blue C M Y K H S L
Decimal 204 230 77 0.11 0 0.67 0.10 70.2 0.75 0.6
Hex CC E6 4D B 0 43 A 46 4B 3C
Octal 314 346 115 13 0 103 12 106 113 74
Binary 11001100 11100110 1001101 1011 0 1000011 1010 1000110 1001011 111100

Color Harmonies of #CCE64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE64D

Black with #CCE64D

Text Example


Text Example

White with #CCE64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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