Html Css Color HEX #CEE54A Las Palmas

📋 copy color: '#CEE54A'

red 206 ◦ green 229 ◦ blue 74

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

Shades of Las Palmas #CEE54A

Tints of Las Palmas #CEE54A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.99%

 BLUE value IS 74 (29.3% from 255) = 14.54%

R = 40.47%
G = 44.99%
B = 14.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#CEE54A (or 0xCEE54A) is known color: Las Palmas. HEX triplet: CE, E5 and 4A. RGB value is (206,229,74). Sum of RGB (Red+Green+Blue) = 206+229+74=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE54A is #311AB5. Grayscale: #CDCDCD. Windows color (decimal): -3218102 or 4908494. OLE color: 4908494.

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

Color convert

RGB 206 229 74 -
CMYK 0.10 0 0.68 0.10
HSL 68.9º 0.75% 0.59% -
HSV(B) 68.9º 0.68% 0.9% -
XYZ 54.71 69.65 17.04 -
YUV 204.45 54.38 129.1 -
System Red Green Blue C M Y K H S L
Decimal 206 229 74 0.10 0 0.68 0.10 68.9 0.75 0.59
Hex CE E5 4A A 0 44 A 45 4B 3B
Octal 316 345 112 12 0 104 12 105 113 73
Binary 11001110 11100101 1001010 1010 0 1000100 1010 1000101 1001011 111011

Color Harmonies of #CEE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE54A

Black with #CEE54A

Text Example


Text Example

White with #CEE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE54A; }

 p { color: rgb(206,229,74); }

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

background-color css

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

 a { background-color: rgb(206,229,74); }

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

border-color css

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

 span { border-color: rgb(206,229,74); }

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