Html Css Color HEX #CCE046 Las Palmas

📋 copy color: '#CCE046'

red 204 ◦ green 224 ◦ blue 70

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

Shades of Las Palmas #CCE046

Tints of Las Palmas #CCE046

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.98%

 BLUE value IS 70 (27.73% from 255) = 14.06%

R = 40.96%
G = 44.98%
B = 14.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#CCE046 (or 0xCCE046) is known color: Las Palmas. HEX triplet: CC, E0 and 46. RGB value is (204,224,70). Sum of RGB (Red+Green+Blue) = 204+224+70=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE046 is #331FB9. Grayscale: #C9C9C9. Windows color (decimal): -3350458 or 4645068. OLE color: 4645068.

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

Color convert

RGB 204 224 70 -
CMYK 0.09 0 0.69 0.12
HSL 67.79º 0.71% 0.58% -
HSV(B) 67.79º 0.69% 0.88% -
XYZ 52.66 66.59 15.87 -
YUV 200.46 54.37 130.52 -
System Red Green Blue C M Y K H S L
Decimal 204 224 70 0.09 0 0.69 0.12 67.79 0.71 0.58
Hex CC E0 46 9 0 45 C 44 47 3A
Octal 314 340 106 11 0 105 14 104 107 72
Binary 11001100 11100000 1000110 1001 0 1000101 1100 1000100 1000111 111010

Color Harmonies of #CCE046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE046

Black with #CCE046

Text Example


Text Example

White with #CCE046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE046; }

 p { color: rgb(204,224,70); }

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

background-color css

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

 a { background-color: rgb(204,224,70); }

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

border-color css

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

 span { border-color: rgb(204,224,70); }

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