Html Css Color HEX #CEE24B Las Palmas

📋 copy color: '#CEE24B'

red 206 ◦ green 226 ◦ blue 75

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

Shades of Las Palmas #CEE24B

Tints of Las Palmas #CEE24B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.58%

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

R = 40.63%
G = 44.58%
B = 14.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#CEE24B (or 0xCEE24B) is known color: Las Palmas. HEX triplet: CE, E2 and 4B. RGB value is (206,226,75). Sum of RGB (Red+Green+Blue) = 206+226+75=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE24B is #311DB4. Grayscale: #CBCBCB. Windows color (decimal): -3218869 or 4973262. OLE color: 4973262.

HSL color Cylindrical-coordinate representation of color #CEE24B: hue angle of 67.95º degrees, saturation: 0.72, 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 #CEE24B is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 75 -
CMYK 0.09 0 0.67 0.11
HSL 67.95º 0.72% 0.59% -
HSV(B) 67.95º 0.67% 0.89% -
XYZ 53.92 68.02 16.94 -
YUV 202.81 55.87 130.28 -
System Red Green Blue C M Y K H S L
Decimal 206 226 75 0.09 0 0.67 0.11 67.95 0.72 0.59
Hex CE E2 4B 9 0 43 B 44 48 3B
Octal 316 342 113 11 0 103 13 104 110 73
Binary 11001110 11100010 1001011 1001 0 1000011 1011 1000100 1001000 111011

Color Harmonies of #CEE24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE24B

Black with #CEE24B

Text Example


Text Example

White with #CEE24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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