Html Css Color HEX #CEDC3F Las Palmas

📋 copy color: '#CEDC3F'

red 206 ◦ green 220 ◦ blue 63

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

Shades of Las Palmas #CEDC3F

Tints of Las Palmas #CEDC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.99%

 BLUE value IS 63 (25% from 255) = 12.88%

R = 42.13%
G = 44.99%
B = 12.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#CEDC3F (or 0xCEDC3F) is known color: Las Palmas. HEX triplet: CE, DC and 3F. RGB value is (206,220,63). Sum of RGB (Red+Green+Blue) = 206+220+63=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC3F is #3123C0. Grayscale: #C6C6C6. Windows color (decimal): -3220417 or 4185294. OLE color: 4185294.

HSL color Cylindrical-coordinate representation of color #CEDC3F: hue angle of 65.35º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEDC3F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 63 -
CMYK 0.06 0 0.71 0.14
HSL 65.35º 0.69% 0.55% -
HSV(B) 65.35º 0.71% 0.86% -
XYZ 51.94 64.67 14.45 -
YUV 197.92 51.86 133.77 -
System Red Green Blue C M Y K H S L
Decimal 206 220 63 0.06 0 0.71 0.14 65.35 0.69 0.55
Hex CE DC 3F 6 0 47 E 41 45 37
Octal 316 334 77 6 0 107 16 101 105 67
Binary 11001110 11011100 111111 110 0 1000111 1110 1000001 1000101 110111

Color Harmonies of #CEDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC3F

Black with #CEDC3F

Text Example


Text Example

White with #CEDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC3F; }

 p { color: rgb(206,220,63); }

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

background-color css

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

 a { background-color: rgb(206,220,63); }

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

border-color css

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

 span { border-color: rgb(206,220,63); }

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