Html Css Color HEX #CEE64D Las Palmas

📋 copy color: '#CEE64D'

red 206 ◦ green 230 ◦ blue 77

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

Shades of Las Palmas #CEE64D

Tints of Las Palmas #CEE64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.01%

R = 40.16%
G = 44.83%
B = 15.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#CEE64D (or 0xCEE64D) is known color: Las Palmas. HEX triplet: CE, E6 and 4D. RGB value is (206,230,77). Sum of RGB (Red+Green+Blue) = 206+230+77=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE64D is #3119B2. Grayscale: #CDCDCD. Windows color (decimal): -3217843 or 5105358. OLE color: 5105358.

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

Color convert

RGB 206 230 77 -
CMYK 0.10 0 0.67 0.10
HSL 69.41º 0.75% 0.6% -
HSV(B) 69.41º 0.67% 0.9% -
XYZ 55.09 70.25 17.68 -
YUV 205.38 55.55 128.44 -
System Red Green Blue C M Y K H S L
Decimal 206 230 77 0.10 0 0.67 0.10 69.41 0.75 0.6
Hex CE E6 4D A 0 43 A 45 4B 3C
Octal 316 346 115 12 0 103 12 105 113 74
Binary 11001110 11100110 1001101 1010 0 1000011 1010 1000101 1001011 111100

Color Harmonies of #CEE64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE64D

Black with #CEE64D

Text Example


Text Example

White with #CEE64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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