Html Css Color HEX #CEE348 Las Palmas

📋 copy color: '#CEE348'

red 206 ◦ green 227 ◦ blue 72

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

Shades of Las Palmas #CEE348

Tints of Las Palmas #CEE348

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.95%

 BLUE value IS 72 (28.52% from 255) = 14.26%

R = 40.79%
G = 44.95%
B = 14.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#CEE348 (or 0xCEE348) is known color: Las Palmas. HEX triplet: CE, E3 and 48. RGB value is (206,227,72). Sum of RGB (Red+Green+Blue) = 206+227+72=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE348 is #311CB7. Grayscale: #CBCBCB. Windows color (decimal): -3218616 or 4776910. OLE color: 4776910.

HSL color Cylindrical-coordinate representation of color #CEE348: hue angle of 68.13º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEE348 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 227 72 -
CMYK 0.09 0 0.68 0.11
HSL 68.13º 0.73% 0.59% -
HSV(B) 68.13º 0.68% 0.89% -
XYZ 54.09 68.53 16.51 -
YUV 203.05 54.04 130.1 -
System Red Green Blue C M Y K H S L
Decimal 206 227 72 0.09 0 0.68 0.11 68.13 0.73 0.59
Hex CE E3 48 9 0 44 B 44 49 3B
Octal 316 343 110 11 0 104 13 104 111 73
Binary 11001110 11100011 1001000 1001 0 1000100 1011 1000100 1001001 111011

Color Harmonies of #CEE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE348

Black with #CEE348

Text Example


Text Example

White with #CEE348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE348; }

 p { color: rgb(206,227,72); }

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

background-color css

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

 a { background-color: rgb(206,227,72); }

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

border-color css

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

 span { border-color: rgb(206,227,72); }

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