Html Css Color HEX #CCE946 Las Palmas

📋 copy color: '#CCE946'

red 204 ◦ green 233 ◦ blue 70

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

Shades of Las Palmas #CCE946

Tints of Las Palmas #CCE946

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.96%

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

R = 40.24%
G = 45.96%
B = 13.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#CCE946 (or 0xCCE946) is known color: Las Palmas. HEX triplet: CC, E9 and 46. RGB value is (204,233,70). Sum of RGB (Red+Green+Blue) = 204+233+70=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE946 is #3316B9. Grayscale: #CECECE. Windows color (decimal): -3348154 or 4647372. OLE color: 4647372.

HSL color Cylindrical-coordinate representation of color #CCE946: hue angle of 70.67º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCE946 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 70 -
CMYK 0.12 0 0.70 0.09
HSL 70.67º 0.79% 0.59% -
HSV(B) 70.67º 0.7% 0.91% -
XYZ 55.15 71.56 16.7 -
YUV 205.75 51.39 126.75 -
System Red Green Blue C M Y K H S L
Decimal 204 233 70 0.12 0 0.70 0.09 70.67 0.79 0.59
Hex CC E9 46 C 0 46 9 47 4F 3B
Octal 314 351 106 14 0 106 11 107 117 73
Binary 11001100 11101001 1000110 1100 0 1000110 1001 1000111 1001111 111011

Color Harmonies of #CCE946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE946

Black with #CCE946

Text Example


Text Example

White with #CCE946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE946; }

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

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

background-color css

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

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

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

border-color css

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

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

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