Html Css Color HEX #CCE13A Las Palmas

📋 copy color: '#CCE13A'

red 204 ◦ green 225 ◦ blue 58

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

Shades of Las Palmas #CCE13A

Tints of Las Palmas #CCE13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.91%

R = 41.89%
G = 46.2%
B = 11.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#CCE13A (or 0xCCE13A) is known color: Las Palmas. HEX triplet: CC, E1 and 3A. RGB value is (204,225,58). Sum of RGB (Red+Green+Blue) = 204+225+58=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE13A is #331EC5. Grayscale: #C8C8C8. Windows color (decimal): -3350214 or 3858892. OLE color: 3858892.

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

Color convert

RGB 204 225 58 -
CMYK 0.09 0 0.74 0.12
HSL 67.54º 0.74% 0.55% -
HSV(B) 67.54º 0.74% 0.88% -
XYZ 52.59 66.99 14.16 -
YUV 199.68 48.04 131.08 -
System Red Green Blue C M Y K H S L
Decimal 204 225 58 0.09 0 0.74 0.12 67.54 0.74 0.55
Hex CC E1 3A 9 0 4A C 44 4A 37
Octal 314 341 72 11 0 112 14 104 112 67
Binary 11001100 11100001 111010 1001 0 1001010 1100 1000100 1001010 110111

Color Harmonies of #CCE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE13A

Black with #CCE13A

Text Example


Text Example

White with #CCE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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