Html Css Color HEX #CDE14B Las Palmas

📋 copy color: '#CDE14B'

red 205 ◦ green 225 ◦ blue 75

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

Shades of Las Palmas #CDE14B

Tints of Las Palmas #CDE14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.85%

R = 40.59%
G = 44.55%
B = 14.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#CDE14B (or 0xCDE14B) is known color: Las Palmas. HEX triplet: CD, E1 and 4B. RGB value is (205,225,75). Sum of RGB (Red+Green+Blue) = 205+225+75=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE14B is #321EB4. Grayscale: #CACACA. Windows color (decimal): -3284661 or 4973005. OLE color: 4973005.

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

Color convert

RGB 205 225 75 -
CMYK 0.09 0 0.67 0.12
HSL 68º 0.71% 0.59% -
HSV(B) 68º 0.67% 0.88% -
XYZ 53.37 67.34 16.84 -
YUV 201.92 56.37 130.2 -
System Red Green Blue C M Y K H S L
Decimal 205 225 75 0.09 0 0.67 0.12 68 0.71 0.59
Hex CD E1 4B 9 0 43 C 44 47 3B
Octal 315 341 113 11 0 103 14 104 107 73
Binary 11001101 11100001 1001011 1001 0 1000011 1100 1000100 1000111 111011

Color Harmonies of #CDE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE14B

Black with #CDE14B

Text Example


Text Example

White with #CDE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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