Html Css Color HEX #CCFE4A Pear

📋 copy color: '#CCFE4A'

red 204 ◦ green 254 ◦ blue 74

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

Shades of Pear #CCFE4A

Tints of Pear #CCFE4A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.74%

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

R = 38.35%
G = 47.74%
B = 13.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#CCFE4A (or 0xCCFE4A) is known color: Pear. HEX triplet: CC, FE and 4A. RGB value is (204,254,74). Sum of RGB (Red+Green+Blue) = 204+254+74=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE4A is #3301B5. Grayscale: #DBDBDB. Windows color (decimal): -3342774 or 4914892. OLE color: 4914892.

HSL color Cylindrical-coordinate representation of color #CCFE4A: hue angle of 76.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCFE4A is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 254 74 -
CMYK 0.20 0 0.71 0.00
HSL 76.67º 0.99% 0.64% -
HSV(B) 76.67º 0.71% 1% -
XYZ 61.58 84.22 19.49 -
YUV 218.53 46.44 117.64 -
System Red Green Blue C M Y K H S L
Decimal 204 254 74 0.20 0 0.71 0.00 76.67 0.99 0.64
Hex CC FE 4A 14 0 47 0 4D 63 40
Octal 314 376 112 24 0 107 0 115 143 100
Binary 11001100 11111110 1001010 10100 0 1000111 0 1001101 1100011 1000000

Color Harmonies of #CCFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE4A

Black with #CCFE4A

Text Example


Text Example

White with #CCFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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