Html Css Color HEX #CCF742 Pear

📋 copy color: '#CCF742'

red 204 ◦ green 247 ◦ blue 66

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

Shades of Pear #CCF742

Tints of Pear #CCF742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.77%

R = 39.46%
G = 47.78%
B = 12.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#CCF742 (or 0xCCF742) is known color: Pear. HEX triplet: CC, F7 and 42. RGB value is (204,247,66). Sum of RGB (Red+Green+Blue) = 204+247+66=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF742 is #3308BD. Grayscale: #D6D6D6. Windows color (decimal): -3344574 or 4388812. OLE color: 4388812.

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

Color convert

RGB 204 247 66 -
CMYK 0.17 0 0.73 0.03
HSL 74.25º 0.92% 0.61% -
HSV(B) 74.25º 0.73% 0.97% -
XYZ 59.15 79.75 17.43 -
YUV 213.51 44.75 121.22 -
System Red Green Blue C M Y K H S L
Decimal 204 247 66 0.17 0 0.73 0.03 74.25 0.92 0.61
Hex CC F7 42 11 0 49 3 4A 5C 3D
Octal 314 367 102 21 0 111 3 112 134 75
Binary 11001100 11110111 1000010 10001 0 1001001 11 1001010 1011100 111101

Color Harmonies of #CCF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF742

Black with #CCF742

Text Example


Text Example

White with #CCF742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF742; }

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

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

background-color css

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

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

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

border-color css

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

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

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