Html Css Color HEX #CEE645 Las Palmas

📋 copy color: '#CEE645'

red 206 ◦ green 230 ◦ blue 69

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

Shades of Las Palmas #CEE645

Tints of Las Palmas #CEE645

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.54%

 BLUE value IS 69 (27.34% from 255) = 13.66%

R = 40.79%
G = 45.54%
B = 13.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#CEE645 (or 0xCEE645) is known color: Las Palmas. HEX triplet: CE, E6 and 45. RGB value is (206,230,69). Sum of RGB (Red+Green+Blue) = 206+230+69=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE645 is #3119BA. Grayscale: #CDCDCD. Windows color (decimal): -3217851 or 4581070. OLE color: 4581070.

HSL color Cylindrical-coordinate representation of color #CEE645: hue angle of 68.94º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEE645 is Cyan = 0.10, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 230 69 -
CMYK 0.10 0 0.7 0.10
HSL 68.94º 0.76% 0.59% -
HSV(B) 68.94º 0.7% 0.9% -
XYZ 54.82 70.15 16.28 -
YUV 204.47 51.55 129.09 -
System Red Green Blue C M Y K H S L
Decimal 206 230 69 0.10 0 0.7 0.10 68.94 0.76 0.59
Hex CE E6 45 A 0 46 A 45 4C 3B
Octal 316 346 105 12 0 106 12 105 114 73
Binary 11001110 11100110 1000101 1010 0 1000110 1010 1000101 1001100 111011

Color Harmonies of #CEE645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE645

Black with #CEE645

Text Example


Text Example

White with #CEE645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE645; }

 p { color: rgb(206,230,69); }

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

background-color css

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

 a { background-color: rgb(206,230,69); }

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

border-color css

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

 span { border-color: rgb(206,230,69); }

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