Html Css Color HEX #CCE14D Las Palmas

📋 copy color: '#CCE14D'

red 204 ◦ green 225 ◦ blue 77

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

Shades of Las Palmas #CCE14D

Tints of Las Palmas #CCE14D

RGB

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

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

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

R = 40.32%
G = 44.47%
B = 15.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#CCE14D (or 0xCCE14D) is known color: Las Palmas. HEX triplet: CC, E1 and 4D. RGB value is (204,225,77). Sum of RGB (Red+Green+Blue) = 204+225+77=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE14D is #331EB2. Grayscale: #CACACA. Windows color (decimal): -3350195 or 5104076. OLE color: 5104076.

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

Color convert

RGB 204 225 77 -
CMYK 0.09 0 0.66 0.12
HSL 68.51º 0.71% 0.59% -
HSV(B) 68.51º 0.66% 0.88% -
XYZ 53.17 67.22 17.19 -
YUV 201.85 57.54 129.53 -
System Red Green Blue C M Y K H S L
Decimal 204 225 77 0.09 0 0.66 0.12 68.51 0.71 0.59
Hex CC E1 4D 9 0 42 C 45 47 3B
Octal 314 341 115 11 0 102 14 105 107 73
Binary 11001100 11100001 1001101 1001 0 1000010 1100 1000101 1000111 111011

Color Harmonies of #CCE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE14D

Black with #CCE14D

Text Example


Text Example

White with #CCE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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