Html Css Color HEX #CEE44B Las Palmas

📋 copy color: '#CEE44B'

red 206 ◦ green 228 ◦ blue 75

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

Shades of Las Palmas #CEE44B

Tints of Las Palmas #CEE44B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.79%

 BLUE value IS 75 (29.69% from 255) = 14.73%

R = 40.47%
G = 44.79%
B = 14.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#CEE44B (or 0xCEE44B) is known color: Las Palmas. HEX triplet: CE, E4 and 4B. RGB value is (206,228,75). Sum of RGB (Red+Green+Blue) = 206+228+75=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE44B is #311BB4. Grayscale: #CCCCCC. Windows color (decimal): -3218357 or 4973774. OLE color: 4973774.

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

Color convert

RGB 206 228 75 -
CMYK 0.10 0 0.67 0.11
HSL 68.63º 0.74% 0.59% -
HSV(B) 68.63º 0.67% 0.89% -
XYZ 54.47 69.12 17.13 -
YUV 203.98 55.21 129.44 -
System Red Green Blue C M Y K H S L
Decimal 206 228 75 0.10 0 0.67 0.11 68.63 0.74 0.59
Hex CE E4 4B A 0 43 B 45 4A 3B
Octal 316 344 113 12 0 103 13 105 112 73
Binary 11001110 11100100 1001011 1010 0 1000011 1011 1000101 1001010 111011

Color Harmonies of #CEE44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE44B

Black with #CEE44B

Text Example


Text Example

White with #CEE44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE44B; }

 p { color: rgb(206,228,75); }

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

background-color css

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

 a { background-color: rgb(206,228,75); }

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

border-color css

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

 span { border-color: rgb(206,228,75); }

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