Html Css Color HEX #CED843 Las Palmas

📋 copy color: '#CED843'

red 206 ◦ green 216 ◦ blue 67

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

Shades of Las Palmas #CED843

Tints of Las Palmas #CED843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.7%

R = 42.13%
G = 44.17%
B = 13.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#CED843 (or 0xCED843) is known color: Las Palmas. HEX triplet: CE, D8 and 43. RGB value is (206,216,67). Sum of RGB (Red+Green+Blue) = 206+216+67=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 67 (26.56% from 255 or 13.70% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #CED843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED843 is #3127BC. Grayscale: #C4C4C4. Windows color (decimal): -3221437 or 4446414. OLE color: 4446414.

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

Color convert

RGB 206 216 67 -
CMYK 0.05 0 0.69 0.15
HSL 64.03º 0.66% 0.55% -
HSV(B) 64.03º 0.69% 0.85% -
XYZ 51.02 62.64 14.71 -
YUV 196.02 55.19 135.12 -
System Red Green Blue C M Y K H S L
Decimal 206 216 67 0.05 0 0.69 0.15 64.03 0.66 0.55
Hex CE D8 43 5 0 45 F 40 42 37
Octal 316 330 103 5 0 105 17 100 102 67
Binary 11001110 11011000 1000011 101 0 1000101 1111 1000000 1000010 110111

Color Harmonies of #CED843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED843

Black with #CED843

Text Example


Text Example

White with #CED843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED843; }

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

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

background-color css

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

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

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

border-color css

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

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

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