Html Css Color HEX #CED841 Las Palmas

📋 copy color: '#CED841'

red 206 ◦ green 216 ◦ blue 65

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

Shades of Las Palmas #CED841

Tints of Las Palmas #CED841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.35%

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

R = 42.3%
G = 44.35%
B = 13.35%

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

#CED841 (or 0xCED841) is known color: Las Palmas. HEX triplet: CE, D8 and 41. RGB value is (206,216,65). Sum of RGB (Red+Green+Blue) = 206+216+65=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #CED841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED841 is #3127BE. Grayscale: #C4C4C4. Windows color (decimal): -3221439 or 4315342. OLE color: 4315342.

HSL color Cylindrical-coordinate representation of color #CED841: hue angle of 63.97º degrees, saturation: 0.66, 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 #CED841 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 65 -
CMYK 0.05 0 0.70 0.15
HSL 63.97º 0.66% 0.55% -
HSV(B) 63.97º 0.7% 0.85% -
XYZ 50.96 62.62 14.4 -
YUV 195.8 54.19 135.28 -
System Red Green Blue C M Y K H S L
Decimal 206 216 65 0.05 0 0.70 0.15 63.97 0.66 0.55
Hex CE D8 41 5 0 46 F 40 42 37
Octal 316 330 101 5 0 106 17 100 102 67
Binary 11001110 11011000 1000001 101 0 1000110 1111 1000000 1000010 110111

Color Harmonies of #CED841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED841

Black with #CED841

Text Example


Text Example

White with #CED841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED841; }

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

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

background-color css

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

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

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

border-color css

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

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

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