Html Css Color HEX #CCE24B Las Palmas

📋 copy color: '#CCE24B'

red 204 ◦ green 226 ◦ blue 75

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

Shades of Las Palmas #CCE24B

Tints of Las Palmas #CCE24B

RGB

 RED value IS 204 (80.08% from 255) = 40.4%

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

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

R = 40.4%
G = 44.75%
B = 14.85%

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

#CCE24B (or 0xCCE24B) is known color: Las Palmas. HEX triplet: CC, E2 and 4B. RGB value is (204,226,75). Sum of RGB (Red+Green+Blue) = 204+226+75=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE24B is #331DB4. Grayscale: #CACACA. Windows color (decimal): -3349941 or 4973260. OLE color: 4973260.

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

Color convert

RGB 204 226 75 -
CMYK 0.10 0 0.67 0.11
HSL 68.74º 0.72% 0.59% -
HSV(B) 68.74º 0.67% 0.89% -
XYZ 53.37 67.74 16.92 -
YUV 202.21 56.21 129.28 -
System Red Green Blue C M Y K H S L
Decimal 204 226 75 0.10 0 0.67 0.11 68.74 0.72 0.59
Hex CC E2 4B A 0 43 B 45 48 3B
Octal 314 342 113 12 0 103 13 105 110 73
Binary 11001100 11100010 1001011 1010 0 1000011 1011 1000101 1001000 111011

Color Harmonies of #CCE24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE24B

Black with #CCE24B

Text Example


Text Example

White with #CCE24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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