Html Css Color HEX #CED941 Las Palmas

📋 copy color: '#CED941'

red 206 ◦ green 217 ◦ blue 65

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

Shades of Las Palmas #CED941

Tints of Las Palmas #CED941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.32%

R = 42.21%
G = 44.47%
B = 13.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#CED941 (or 0xCED941) is known color: Las Palmas. HEX triplet: CE, D9 and 41. RGB value is (206,217,65). Sum of RGB (Red+Green+Blue) = 206+217+65=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #CED941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED941 is #3126BE. Grayscale: #C4C4C4. Windows color (decimal): -3221183 or 4315598. OLE color: 4315598.

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

Color convert

RGB 206 217 65 -
CMYK 0.05 0 0.70 0.15
HSL 64.34º 0.67% 0.55% -
HSV(B) 64.34º 0.7% 0.85% -
XYZ 51.22 63.13 14.49 -
YUV 196.38 53.86 134.86 -
System Red Green Blue C M Y K H S L
Decimal 206 217 65 0.05 0 0.70 0.15 64.34 0.67 0.55
Hex CE D9 41 5 0 46 F 40 43 37
Octal 316 331 101 5 0 106 17 100 103 67
Binary 11001110 11011001 1000001 101 0 1000110 1111 1000000 1000011 110111

Color Harmonies of #CED941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED941

Black with #CED941

Text Example


Text Example

White with #CED941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED941; }

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

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

background-color css

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

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

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

border-color css

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

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

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