Html Css Color HEX #CED946 Las Palmas

📋 copy color: '#CED946'

red 206 ◦ green 217 ◦ blue 70

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

Shades of Las Palmas #CED946

Tints of Las Palmas #CED946

RGB

 RED value IS 206 (80.86% from 255) = 41.78%

 GREEN value IS 217 (85.16% from 255) = 44.02%

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

R = 41.78%
G = 44.02%
B = 14.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#CED946 (or 0xCED946) is known color: Las Palmas. HEX triplet: CE, D9 and 46. RGB value is (206,217,70). Sum of RGB (Red+Green+Blue) = 206+217+70=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #CED946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED946 is #3126B9. Grayscale: #C5C5C5. Windows color (decimal): -3221178 or 4643278. OLE color: 4643278.

HSL color Cylindrical-coordinate representation of color #CED946: hue angle of 64.49º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CED946 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 70 -
CMYK 0.05 0 0.68 0.15
HSL 64.49º 0.66% 0.56% -
HSV(B) 64.49º 0.68% 0.85% -
XYZ 51.37 63.19 15.28 -
YUV 196.95 56.36 134.45 -
System Red Green Blue C M Y K H S L
Decimal 206 217 70 0.05 0 0.68 0.15 64.49 0.66 0.56
Hex CE D9 46 5 0 44 F 40 42 38
Octal 316 331 106 5 0 104 17 100 102 70
Binary 11001110 11011001 1000110 101 0 1000100 1111 1000000 1000010 111000

Color Harmonies of #CED946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED946

Black with #CED946

Text Example


Text Example

White with #CED946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED946; }

 p { color: rgb(206,217,70); }

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

background-color css

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

 a { background-color: rgb(206,217,70); }

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

border-color css

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

 span { border-color: rgb(206,217,70); }

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