Html Css Color HEX #CCE345 Las Palmas

📋 copy color: '#CCE345'

red 204 ◦ green 227 ◦ blue 69

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

Shades of Las Palmas #CCE345

Tints of Las Palmas #CCE345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.8%

R = 40.8%
G = 45.4%
B = 13.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#CCE345 (or 0xCCE345) is known color: Las Palmas. HEX triplet: CC, E3 and 45. RGB value is (204,227,69). Sum of RGB (Red+Green+Blue) = 204+227+69=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE345 is #331CBA. Grayscale: #CACACA. Windows color (decimal): -3349691 or 4580300. OLE color: 4580300.

HSL color Cylindrical-coordinate representation of color #CCE345: hue angle of 68.73º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCE345 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 227 69 -
CMYK 0.10 0 0.70 0.11
HSL 68.73º 0.74% 0.58% -
HSV(B) 68.73º 0.7% 0.89% -
XYZ 53.45 68.21 15.98 -
YUV 202.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 204 227 69 0.10 0 0.70 0.11 68.73 0.74 0.58
Hex CC E3 45 A 0 46 B 45 4A 3A
Octal 314 343 105 12 0 106 13 105 112 72
Binary 11001100 11100011 1000101 1010 0 1000110 1011 1000101 1001010 111010

Color Harmonies of #CCE345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE345

Black with #CCE345

Text Example


Text Example

White with #CCE345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE345; }

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

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

background-color css

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

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

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

border-color css

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

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

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