Html Css Color HEX #CED541 Las Palmas

📋 copy color: '#CED541'

red 206 ◦ green 213 ◦ blue 65

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

Shades of Las Palmas #CED541

Tints of Las Palmas #CED541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

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

R = 42.56%
G = 44.01%
B = 13.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#CED541 (or 0xCED541) is known color: Las Palmas. HEX triplet: CE, D5 and 41. RGB value is (206,213,65). Sum of RGB (Red+Green+Blue) = 206+213+65=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #CED541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED541 is #312ABE. Grayscale: #C2C2C2. Windows color (decimal): -3222207 or 4314574. OLE color: 4314574.

HSL color Cylindrical-coordinate representation of color #CED541: hue angle of 62.84º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CED541 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 65 -
CMYK 0.03 0 0.69 0.16
HSL 62.84º 0.64% 0.55% -
HSV(B) 62.84º 0.69% 0.84% -
XYZ 50.2 61.09 14.15 -
YUV 194.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 206 213 65 0.03 0 0.69 0.16 62.84 0.64 0.55
Hex CE D5 41 3 0 45 10 3F 40 37
Octal 316 325 101 3 0 105 20 77 100 67
Binary 11001110 11010101 1000001 11 0 1000101 10000 111111 1000000 110111

Color Harmonies of #CED541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED541

Black with #CED541

Text Example


Text Example

White with #CED541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED541; }

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

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

background-color css

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

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

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

border-color css

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

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

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