Html Css Color HEX #CCE948 Las Palmas

📋 copy color: '#CCE948'

red 204 ◦ green 233 ◦ blue 72

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

Shades of Las Palmas #CCE948

Tints of Las Palmas #CCE948

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.78%

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

R = 40.08%
G = 45.78%
B = 14.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#CCE948 (or 0xCCE948) is known color: Las Palmas. HEX triplet: CC, E9 and 48. RGB value is (204,233,72). Sum of RGB (Red+Green+Blue) = 204+233+72=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE948 is #3316B7. Grayscale: #CECECE. Windows color (decimal): -3348152 or 4778444. OLE color: 4778444.

HSL color Cylindrical-coordinate representation of color #CCE948: hue angle of 70.81º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCE948 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 72 -
CMYK 0.12 0 0.69 0.09
HSL 70.81º 0.79% 0.6% -
HSV(B) 70.81º 0.69% 0.91% -
XYZ 55.21 71.58 17.04 -
YUV 205.98 52.39 126.59 -
System Red Green Blue C M Y K H S L
Decimal 204 233 72 0.12 0 0.69 0.09 70.81 0.79 0.6
Hex CC E9 48 C 0 45 9 47 4F 3C
Octal 314 351 110 14 0 105 11 107 117 74
Binary 11001100 11101001 1001000 1100 0 1000101 1001 1000111 1001111 111100

Color Harmonies of #CCE948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE948

Black with #CCE948

Text Example


Text Example

White with #CCE948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE948; }

 p { color: rgb(204,233,72); }

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

background-color css

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

 a { background-color: rgb(204,233,72); }

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

border-color css

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

 span { border-color: rgb(204,233,72); }

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