Html Css Color HEX #CCF72A Pear

📋 copy color: '#CCF72A'

red 204 ◦ green 247 ◦ blue 42

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

Shades of Pear #CCF72A

Tints of Pear #CCF72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.52%

R = 41.38%
G = 50.1%
B = 8.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#CCF72A (or 0xCCF72A) is known color: Pear. HEX triplet: CC, F7 and 2A. RGB value is (204,247,42). Sum of RGB (Red+Green+Blue) = 204+247+42=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF72A is #3308D5. Grayscale: #D3D3D3. Windows color (decimal): -3344598 or 2815948. OLE color: 2815948.

HSL color Cylindrical-coordinate representation of color #CCF72A: hue angle of 72.59º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCF72A is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 42 -
CMYK 0.17 0 0.83 0.03
HSL 72.59º 0.93% 0.57% -
HSV(B) 72.59º 0.83% 0.97% -
XYZ 58.58 79.53 14.45 -
YUV 210.77 32.75 123.17 -
System Red Green Blue C M Y K H S L
Decimal 204 247 42 0.17 0 0.83 0.03 72.59 0.93 0.57
Hex CC F7 2A 11 0 53 3 49 5D 39
Octal 314 367 52 21 0 123 3 111 135 71
Binary 11001100 11110111 101010 10001 0 1010011 11 1001001 1011101 111001

Color Harmonies of #CCF72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF72A

Black with #CCF72A

Text Example


Text Example

White with #CCF72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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