Html Css Color HEX #CDE143 Las Palmas

📋 copy color: '#CDE143'

red 205 ◦ green 225 ◦ blue 67

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

Shades of Las Palmas #CDE143

Tints of Las Palmas #CDE143

RGB

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

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

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

R = 41.25%
G = 45.27%
B = 13.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#CDE143 (or 0xCDE143) is known color: Las Palmas. HEX triplet: CD, E1 and 43. RGB value is (205,225,67). Sum of RGB (Red+Green+Blue) = 205+225+67=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE143 is #321EBC. Grayscale: #C9C9C9. Windows color (decimal): -3284669 or 4448717. OLE color: 4448717.

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

Color convert

RGB 205 225 67 -
CMYK 0.09 0 0.70 0.12
HSL 67.59º 0.72% 0.57% -
HSV(B) 67.59º 0.7% 0.88% -
XYZ 53.12 67.23 15.49 -
YUV 201.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 205 225 67 0.09 0 0.70 0.12 67.59 0.72 0.57
Hex CD E1 43 9 0 46 C 44 48 39
Octal 315 341 103 11 0 106 14 104 110 71
Binary 11001101 11100001 1000011 1001 0 1000110 1100 1000100 1001000 111001

Color Harmonies of #CDE143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE143

Black with #CDE143

Text Example


Text Example

White with #CDE143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE143; }

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

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

background-color css

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

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

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

border-color css

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

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

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