Html Css Color HEX #CCE152 Las Palmas

📋 copy color: '#CCE152'

red 204 ◦ green 225 ◦ blue 82

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

Shades of Las Palmas #CCE152

Tints of Las Palmas #CCE152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.05%

R = 39.92%
G = 44.03%
B = 16.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#CCE152 (or 0xCCE152) is known color: Las Palmas. HEX triplet: CC, E1 and 52. RGB value is (204,225,82). Sum of RGB (Red+Green+Blue) = 204+225+82=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE152 is #331EAD. Grayscale: #CACACA. Windows color (decimal): -3350190 or 5431756. OLE color: 5431756.

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

Color convert

RGB 204 225 82 -
CMYK 0.09 0 0.64 0.12
HSL 68.81º 0.7% 0.6% -
HSV(B) 68.81º 0.64% 0.88% -
XYZ 53.35 67.3 18.16 -
YUV 202.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 204 225 82 0.09 0 0.64 0.12 68.81 0.7 0.6
Hex CC E1 52 9 0 40 C 45 46 3C
Octal 314 341 122 11 0 100 14 105 106 74
Binary 11001100 11100001 1010010 1001 0 1000000 1100 1000101 1000110 111100

Color Harmonies of #CCE152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE152

Black with #CCE152

Text Example


Text Example

White with #CCE152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE152; }

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

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

background-color css

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

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

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

border-color css

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

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

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