Html Css Color HEX #CEE143 Las Palmas

📋 copy color: '#CEE143'

red 206 ◦ green 225 ◦ blue 67

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

Shades of Las Palmas #CEE143

Tints of Las Palmas #CEE143

RGB

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

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

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

R = 41.37%
G = 45.18%
B = 13.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#CEE143 (or 0xCEE143) is known color: Las Palmas. HEX triplet: CE, E1 and 43. RGB value is (206,225,67). Sum of RGB (Red+Green+Blue) = 206+225+67=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 67 (26.56% from 255 or 13.45% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE143 is #311EBC. Grayscale: #C9C9C9. Windows color (decimal): -3219133 or 4448718. OLE color: 4448718.

HSL color Cylindrical-coordinate representation of color #CEE143: hue angle of 67.22º 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 #CEE143 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 67 -
CMYK 0.08 0 0.70 0.12
HSL 67.22º 0.72% 0.57% -
HSV(B) 67.22º 0.7% 0.88% -
XYZ 53.39 67.38 15.5 -
YUV 201.31 52.21 131.35 -
System Red Green Blue C M Y K H S L
Decimal 206 225 67 0.08 0 0.70 0.12 67.22 0.72 0.57
Hex CE E1 43 8 0 46 C 43 48 39
Octal 316 341 103 10 0 106 14 103 110 71
Binary 11001110 11100001 1000011 1000 0 1000110 1100 1000011 1001000 111001

Color Harmonies of #CEE143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE143

Black with #CEE143

Text Example


Text Example

White with #CEE143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE143; }

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

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

background-color css

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

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

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

border-color css

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

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

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