Html Css Color HEX #CCE352 Las Palmas

📋 copy color: '#CCE352'

red 204 ◦ green 227 ◦ blue 82

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

Shades of Las Palmas #CCE352

Tints of Las Palmas #CCE352

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.25%

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

R = 39.77%
G = 44.25%
B = 15.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#CCE352 (or 0xCCE352) is known color: Las Palmas. HEX triplet: CC, E3 and 52. RGB value is (204,227,82). Sum of RGB (Red+Green+Blue) = 204+227+82=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE352 is #331CAD. Grayscale: #CCCCCC. Windows color (decimal): -3349678 or 5432268. OLE color: 5432268.

HSL color Cylindrical-coordinate representation of color #CCE352: hue angle of 69.52º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCE352 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 227 82 -
CMYK 0.10 0 0.64 0.11
HSL 69.52º 0.72% 0.61% -
HSV(B) 69.52º 0.64% 0.89% -
XYZ 53.89 68.38 18.34 -
YUV 203.59 59.38 128.29 -
System Red Green Blue C M Y K H S L
Decimal 204 227 82 0.10 0 0.64 0.11 69.52 0.72 0.61
Hex CC E3 52 A 0 40 B 46 48 3D
Octal 314 343 122 12 0 100 13 106 110 75
Binary 11001100 11100011 1010010 1010 0 1000000 1011 1000110 1001000 111101

Color Harmonies of #CCE352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE352

Black with #CCE352

Text Example


Text Example

White with #CCE352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE352; }

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

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

background-color css

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

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

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

border-color css

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

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

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