Html Css Color HEX #CCE94A Las Palmas

📋 copy color: '#CCE94A'

red 204 ◦ green 233 ◦ blue 74

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

Shades of Las Palmas #CCE94A

Tints of Las Palmas #CCE94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.48%

R = 39.92%
G = 45.6%
B = 14.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#CCE94A (or 0xCCE94A) is known color: Las Palmas. HEX triplet: CC, E9 and 4A. RGB value is (204,233,74). Sum of RGB (Red+Green+Blue) = 204+233+74=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE94A is #3316B5. Grayscale: #CECECE. Windows color (decimal): -3348150 or 4909516. OLE color: 4909516.

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

Color convert

RGB 204 233 74 -
CMYK 0.12 0 0.68 0.09
HSL 70.94º 0.78% 0.6% -
HSV(B) 70.94º 0.68% 0.91% -
XYZ 55.28 71.61 17.39 -
YUV 206.2 53.39 126.43 -
System Red Green Blue C M Y K H S L
Decimal 204 233 74 0.12 0 0.68 0.09 70.94 0.78 0.6
Hex CC E9 4A C 0 44 9 47 4E 3C
Octal 314 351 112 14 0 104 11 107 116 74
Binary 11001100 11101001 1001010 1100 0 1000100 1001 1000111 1001110 111100

Color Harmonies of #CCE94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE94A

Black with #CCE94A

Text Example


Text Example

White with #CCE94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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