Html Css Color HEX #CCF74A Pear

📋 copy color: '#CCF74A'

red 204 ◦ green 247 ◦ blue 74

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

Shades of Pear #CCF74A

Tints of Pear #CCF74A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.05%

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

R = 38.86%
G = 47.05%
B = 14.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#CCF74A (or 0xCCF74A) is known color: Pear. HEX triplet: CC, F7 and 4A. RGB value is (204,247,74). Sum of RGB (Red+Green+Blue) = 204+247+74=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF74A is #3308B5. Grayscale: #D7D7D7. Windows color (decimal): -3344566 or 4913100. OLE color: 4913100.

HSL color Cylindrical-coordinate representation of color #CCF74A: hue angle of 74.91º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF74A is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 74 -
CMYK 0.17 0 0.70 0.03
HSL 74.91º 0.92% 0.63% -
HSV(B) 74.91º 0.7% 0.97% -
XYZ 59.4 79.85 18.76 -
YUV 214.42 48.75 120.57 -
System Red Green Blue C M Y K H S L
Decimal 204 247 74 0.17 0 0.70 0.03 74.91 0.92 0.63
Hex CC F7 4A 11 0 46 3 4B 5C 3F
Octal 314 367 112 21 0 106 3 113 134 77
Binary 11001100 11110111 1001010 10001 0 1000110 11 1001011 1011100 111111

Color Harmonies of #CCF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF74A

Black with #CCF74A

Text Example


Text Example

White with #CCF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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