Html Css Color HEX #CED93C Las Palmas

📋 copy color: '#CED93C'

red 206 ◦ green 217 ◦ blue 60

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

Shades of Las Palmas #CED93C

Tints of Las Palmas #CED93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.93%

 BLUE value IS 60 (23.83% from 255) = 12.42%

R = 42.65%
G = 44.93%
B = 12.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#CED93C (or 0xCED93C) is known color: Las Palmas. HEX triplet: CE, D9 and 3C. RGB value is (206,217,60). Sum of RGB (Red+Green+Blue) = 206+217+60=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #CED93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED93C is #3126C3. Grayscale: #C4C4C4. Windows color (decimal): -3221188 or 3987918. OLE color: 3987918.

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

Color convert

RGB 206 217 60 -
CMYK 0.05 0 0.72 0.15
HSL 64.2º 0.67% 0.54% -
HSV(B) 64.2º 0.72% 0.85% -
XYZ 51.08 63.07 13.76 -
YUV 195.81 51.36 135.27 -
System Red Green Blue C M Y K H S L
Decimal 206 217 60 0.05 0 0.72 0.15 64.2 0.67 0.54
Hex CE D9 3C 5 0 48 F 40 43 36
Octal 316 331 74 5 0 110 17 100 103 66
Binary 11001110 11011001 111100 101 0 1001000 1111 1000000 1000011 110110

Color Harmonies of #CED93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED93C

Black with #CED93C

Text Example


Text Example

White with #CED93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED93C; }

 p { color: rgb(206,217,60); }

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

background-color css

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

 a { background-color: rgb(206,217,60); }

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

border-color css

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

 span { border-color: rgb(206,217,60); }

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