Html Css Color HEX #CEE141 Las Palmas

📋 copy color: '#CEE141'

red 206 ◦ green 225 ◦ blue 65

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

Shades of Las Palmas #CEE141

Tints of Las Palmas #CEE141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.1%

R = 41.53%
G = 45.36%
B = 13.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CEE141 (or 0xCEE141) is known color: Las Palmas. HEX triplet: CE, E1 and 41. RGB value is (206,225,65). Sum of RGB (Red+Green+Blue) = 206+225+65=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE141 is #311EBE. Grayscale: #C9C9C9. Windows color (decimal): -3219135 or 4317646. OLE color: 4317646.

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

Color convert

RGB 206 225 65 -
CMYK 0.08 0 0.71 0.12
HSL 67.13º 0.73% 0.57% -
HSV(B) 67.13º 0.71% 0.88% -
XYZ 53.33 67.35 15.19 -
YUV 201.08 51.21 131.51 -
System Red Green Blue C M Y K H S L
Decimal 206 225 65 0.08 0 0.71 0.12 67.13 0.73 0.57
Hex CE E1 41 8 0 47 C 43 49 39
Octal 316 341 101 10 0 107 14 103 111 71
Binary 11001110 11100001 1000001 1000 0 1000111 1100 1000011 1001001 111001

Color Harmonies of #CEE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE141

Black with #CEE141

Text Example


Text Example

White with #CEE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE141; }

 p { color: rgb(206,225,65); }

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

background-color css

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

 a { background-color: rgb(206,225,65); }

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

border-color css

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

 span { border-color: rgb(206,225,65); }

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