Html Css Color HEX #CED947 Las Palmas

📋 copy color: '#CED947'

red 206 ◦ green 217 ◦ blue 71

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

Shades of Las Palmas #CED947

Tints of Las Palmas #CED947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.37%

R = 41.7%
G = 43.93%
B = 14.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#CED947 (or 0xCED947) is known color: Las Palmas. HEX triplet: CE, D9 and 47. RGB value is (206,217,71). Sum of RGB (Red+Green+Blue) = 206+217+71=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 71 (28.12% from 255 or 14.37% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #CED947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED947 is #3126B8. Grayscale: #C5C5C5. Windows color (decimal): -3221177 or 4708814. OLE color: 4708814.

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

Color convert

RGB 206 217 71 -
CMYK 0.05 0 0.67 0.15
HSL 64.52º 0.66% 0.56% -
HSV(B) 64.52º 0.67% 0.85% -
XYZ 51.4 63.2 15.45 -
YUV 197.07 56.86 134.37 -
System Red Green Blue C M Y K H S L
Decimal 206 217 71 0.05 0 0.67 0.15 64.52 0.66 0.56
Hex CE D9 47 5 0 43 F 41 42 38
Octal 316 331 107 5 0 103 17 101 102 70
Binary 11001110 11011001 1000111 101 0 1000011 1111 1000001 1000010 111000

Color Harmonies of #CED947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED947

Black with #CED947

Text Example


Text Example

White with #CED947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED947; }

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

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

background-color css

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

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

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

border-color css

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

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

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