Html Css Color HEX #CEDF3D Las Palmas

📋 copy color: '#CEDF3D'

red 206 ◦ green 223 ◦ blue 61

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

Shades of Las Palmas #CEDF3D

Tints of Las Palmas #CEDF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

 BLUE value IS 61 (24.22% from 255) = 12.45%

R = 42.04%
G = 45.51%
B = 12.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#CEDF3D (or 0xCEDF3D) is known color: Las Palmas. HEX triplet: CE, DF and 3D. RGB value is (206,223,61). Sum of RGB (Red+Green+Blue) = 206+223+61=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF3D is #3120C2. Grayscale: #C8C8C8. Windows color (decimal): -3219651 or 4054990. OLE color: 4054990.

HSL color Cylindrical-coordinate representation of color #CEDF3D: hue angle of 66.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEDF3D is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 61 -
CMYK 0.08 0 0.73 0.13
HSL 66.3º 0.72% 0.56% -
HSV(B) 66.3º 0.73% 0.87% -
XYZ 52.68 66.23 14.42 -
YUV 199.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 206 223 61 0.08 0 0.73 0.13 66.3 0.72 0.56
Hex CE DF 3D 8 0 49 D 42 48 38
Octal 316 337 75 10 0 111 15 102 110 70
Binary 11001110 11011111 111101 1000 0 1001001 1101 1000010 1001000 111000

Color Harmonies of #CEDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF3D

Black with #CEDF3D

Text Example


Text Example

White with #CEDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF3D; }

 p { color: rgb(206,223,61); }

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

background-color css

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

 a { background-color: rgb(206,223,61); }

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

border-color css

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

 span { border-color: rgb(206,223,61); }

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