Html Css Color HEX #CCF04A Pear

📋 copy color: '#CCF04A'

red 204 ◦ green 240 ◦ blue 74

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

Shades of Pear #CCF04A

Tints of Pear #CCF04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.33%

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

R = 39.38%
G = 46.33%
B = 14.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#CCF04A (or 0xCCF04A) is known color: Pear. HEX triplet: CC, F0 and 4A. RGB value is (204,240,74). Sum of RGB (Red+Green+Blue) = 204+240+74=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF04A is #330FB5. Grayscale: #D2D2D2. Windows color (decimal): -3346358 or 4911308. OLE color: 4911308.

HSL color Cylindrical-coordinate representation of color #CCF04A: hue angle of 73.01º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF04A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 74 -
CMYK 0.15 0 0.69 0.06
HSL 73.01º 0.85% 0.62% -
HSV(B) 73.01º 0.69% 0.94% -
XYZ 57.3 75.65 18.06 -
YUV 210.31 51.07 123.5 -
System Red Green Blue C M Y K H S L
Decimal 204 240 74 0.15 0 0.69 0.06 73.01 0.85 0.62
Hex CC F0 4A F 0 45 6 49 55 3E
Octal 314 360 112 17 0 105 6 111 125 76
Binary 11001100 11110000 1001010 1111 0 1000101 110 1001001 1010101 111110

Color Harmonies of #CCF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF04A

Black with #CCF04A

Text Example


Text Example

White with #CCF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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