Html Css Color HEX #CCE13F Las Palmas

📋 copy color: '#CCE13F'

red 204 ◦ green 225 ◦ blue 63

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

Shades of Las Palmas #CCE13F

Tints of Las Palmas #CCE13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.8%

R = 41.46%
G = 45.73%
B = 12.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#CCE13F (or 0xCCE13F) is known color: Las Palmas. HEX triplet: CC, E1 and 3F. RGB value is (204,225,63). Sum of RGB (Red+Green+Blue) = 204+225+63=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE13F is #331EC0. Grayscale: #C8C8C8. Windows color (decimal): -3350209 or 4186572. OLE color: 4186572.

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

Color convert

RGB 204 225 63 -
CMYK 0.09 0 0.72 0.12
HSL 67.78º 0.73% 0.56% -
HSV(B) 67.78º 0.72% 0.88% -
XYZ 52.72 67.05 14.87 -
YUV 200.25 50.54 130.67 -
System Red Green Blue C M Y K H S L
Decimal 204 225 63 0.09 0 0.72 0.12 67.78 0.73 0.56
Hex CC E1 3F 9 0 48 C 44 49 38
Octal 314 341 77 11 0 110 14 104 111 70
Binary 11001100 11100001 111111 1001 0 1001000 1100 1000100 1001001 111000

Color Harmonies of #CCE13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE13F

Black with #CCE13F

Text Example


Text Example

White with #CCE13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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