Html Css Color HEX #CDE13D Las Palmas

📋 copy color: '#CDE13D'

red 205 ◦ green 225 ◦ blue 61

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

Shades of Las Palmas #CDE13D

Tints of Las Palmas #CDE13D

RGB

 RED value IS 205 (80.47% from 255) = 41.75%

 GREEN value IS 225 (88.28% from 255) = 45.82%

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

R = 41.75%
G = 45.82%
B = 12.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#CDE13D (or 0xCDE13D) is known color: Las Palmas. HEX triplet: CD, E1 and 3D. RGB value is (205,225,61). Sum of RGB (Red+Green+Blue) = 205+225+61=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE13D is #321EC2. Grayscale: #C8C8C8. Windows color (decimal): -3284675 or 4055501. OLE color: 4055501.

HSL color Cylindrical-coordinate representation of color #CDE13D: hue angle of 67.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDE13D is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 61 -
CMYK 0.09 0 0.73 0.12
HSL 67.32º 0.73% 0.56% -
HSV(B) 67.32º 0.73% 0.88% -
XYZ 52.94 67.17 14.59 -
YUV 200.32 49.37 131.34 -
System Red Green Blue C M Y K H S L
Decimal 205 225 61 0.09 0 0.73 0.12 67.32 0.73 0.56
Hex CD E1 3D 9 0 49 C 43 49 38
Octal 315 341 75 11 0 111 14 103 111 70
Binary 11001101 11100001 111101 1001 0 1001001 1100 1000011 1001001 111000

Color Harmonies of #CDE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE13D

Black with #CDE13D

Text Example


Text Example

White with #CDE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE13D; }

 p { color: rgb(205,225,61); }

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

background-color css

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

 a { background-color: rgb(205,225,61); }

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

border-color css

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

 span { border-color: rgb(205,225,61); }

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