Html Css Color HEX #CED441 Las Palmas

📋 copy color: '#CED441'

red 206 ◦ green 212 ◦ blue 65

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

Shades of Las Palmas #CED441

Tints of Las Palmas #CED441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.89%

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

R = 42.65%
G = 43.89%
B = 13.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#CED441 (or 0xCED441) is known color: Las Palmas. HEX triplet: CE, D4 and 41. RGB value is (206,212,65). Sum of RGB (Red+Green+Blue) = 206+212+65=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 212 - color contains mainly: green. Hex color #CED441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED441 is #312BBE. Grayscale: #C2C2C2. Windows color (decimal): -3222463 or 4314318. OLE color: 4314318.

HSL color Cylindrical-coordinate representation of color #CED441: hue angle of 62.45º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CED441 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 65 -
CMYK 0.03 0 0.69 0.17
HSL 62.45º 0.63% 0.54% -
HSV(B) 62.45º 0.69% 0.83% -
XYZ 49.95 60.59 14.06 -
YUV 193.45 55.51 136.95 -
System Red Green Blue C M Y K H S L
Decimal 206 212 65 0.03 0 0.69 0.17 62.45 0.63 0.54
Hex CE D4 41 3 0 45 11 3E 3F 36
Octal 316 324 101 3 0 105 21 76 77 66
Binary 11001110 11010100 1000001 11 0 1000101 10001 111110 111111 110110

Color Harmonies of #CED441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED441

Black with #CED441

Text Example


Text Example

White with #CED441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED441; }

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

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

background-color css

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

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

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

border-color css

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

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

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