Html Css Color HEX #CCE94F Las Palmas

📋 copy color: '#CCE94F'

red 204 ◦ green 233 ◦ blue 79

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

Shades of Las Palmas #CCE94F

Tints of Las Palmas #CCE94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.31%

R = 39.53%
G = 45.16%
B = 15.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#CCE94F (or 0xCCE94F) is known color: Las Palmas. HEX triplet: CC, E9 and 4F. RGB value is (204,233,79). Sum of RGB (Red+Green+Blue) = 204+233+79=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE94F is #3316B0. Grayscale: #CFCFCF. Windows color (decimal): -3348145 or 5237196. OLE color: 5237196.

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

Color convert

RGB 204 233 79 -
CMYK 0.12 0 0.66 0.09
HSL 71.3º 0.78% 0.61% -
HSV(B) 71.3º 0.66% 0.91% -
XYZ 55.45 71.68 18.31 -
YUV 206.77 55.89 126.02 -
System Red Green Blue C M Y K H S L
Decimal 204 233 79 0.12 0 0.66 0.09 71.3 0.78 0.61
Hex CC E9 4F C 0 42 9 47 4E 3D
Octal 314 351 117 14 0 102 11 107 116 75
Binary 11001100 11101001 1001111 1100 0 1000010 1001 1000111 1001110 111101

Color Harmonies of #CCE94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE94F

Black with #CCE94F

Text Example


Text Example

White with #CCE94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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