Html Css Color HEX #CCE141 Las Palmas

📋 copy color: '#CCE141'

red 204 ◦ green 225 ◦ blue 65

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

Shades of Las Palmas #CCE141

Tints of Las Palmas #CCE141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.16%

R = 41.3%
G = 45.55%
B = 13.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CCE141 (or 0xCCE141) is known color: Las Palmas. HEX triplet: CC, E1 and 41. RGB value is (204,225,65). Sum of RGB (Red+Green+Blue) = 204+225+65=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE141 is #331EBE. Grayscale: #C9C9C9. Windows color (decimal): -3350207 or 4317644. OLE color: 4317644.

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

Color convert

RGB 204 225 65 -
CMYK 0.09 0 0.71 0.12
HSL 67.88º 0.73% 0.57% -
HSV(B) 67.88º 0.71% 0.88% -
XYZ 52.78 67.07 15.16 -
YUV 200.48 51.54 130.51 -
System Red Green Blue C M Y K H S L
Decimal 204 225 65 0.09 0 0.71 0.12 67.88 0.73 0.57
Hex CC E1 41 9 0 47 C 44 49 39
Octal 314 341 101 11 0 107 14 104 111 71
Binary 11001100 11100001 1000001 1001 0 1000111 1100 1000100 1001001 111001

Color Harmonies of #CCE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE141

Black with #CCE141

Text Example


Text Example

White with #CCE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE141; }

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

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

background-color css

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

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

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

border-color css

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

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

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