Html Css Color HEX #CCE13D Las Palmas

📋 copy color: '#CCE13D'

red 204 ◦ green 225 ◦ blue 61

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

Shades of Las Palmas #CCE13D

Tints of Las Palmas #CCE13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.45%

R = 41.63%
G = 45.92%
B = 12.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#CCE13D (or 0xCCE13D) is known color: Las Palmas. HEX triplet: CC, E1 and 3D. RGB value is (204,225,61). Sum of RGB (Red+Green+Blue) = 204+225+61=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE13D is #331EC2. Grayscale: #C8C8C8. Windows color (decimal): -3350211 or 4055500. OLE color: 4055500.

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

Color convert

RGB 204 225 61 -
CMYK 0.09 0 0.73 0.12
HSL 67.68º 0.73% 0.56% -
HSV(B) 67.68º 0.73% 0.88% -
XYZ 52.67 67.02 14.58 -
YUV 200.03 49.54 130.84 -
System Red Green Blue C M Y K H S L
Decimal 204 225 61 0.09 0 0.73 0.12 67.68 0.73 0.56
Hex CC E1 3D 9 0 49 C 44 49 38
Octal 314 341 75 11 0 111 14 104 111 70
Binary 11001100 11100001 111101 1001 0 1001001 1100 1000100 1001001 111000

Color Harmonies of #CCE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE13D

Black with #CCE13D

Text Example


Text Example

White with #CCE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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