Html Css Color HEX #CFF746 Pear

📋 copy color: '#CFF746'

red 207 ◦ green 247 ◦ blue 70

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

Shades of Pear #CFF746

Tints of Pear #CFF746

RGB

 RED value IS 207 (81.25% from 255) = 39.5%

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

 BLUE value IS 70 (27.73% from 255) = 13.36%

R = 39.5%
G = 47.14%
B = 13.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#CFF746 (or 0xCFF746) is known color: Pear. HEX triplet: CF, F7 and 46. RGB value is (207,247,70). Sum of RGB (Red+Green+Blue) = 207+247+70=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF746 is #3008B9. Grayscale: #D7D7D7. Windows color (decimal): -3147962 or 4650959. OLE color: 4650959.

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

Color convert

RGB 207 247 70 -
CMYK 0.16 0 0.72 0.03
HSL 73.56º 0.92% 0.62% -
HSV(B) 73.56º 0.72% 0.97% -
XYZ 60.1 80.23 18.11 -
YUV 214.86 46.25 122.39 -
System Red Green Blue C M Y K H S L
Decimal 207 247 70 0.16 0 0.72 0.03 73.56 0.92 0.62
Hex CF F7 46 10 0 48 3 4A 5C 3E
Octal 317 367 106 20 0 110 3 112 134 76
Binary 11001111 11110111 1000110 10000 0 1001000 11 1001010 1011100 111110

Color Harmonies of #CFF746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF746

Black with #CFF746

Text Example


Text Example

White with #CFF746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF746; }

 p { color: rgb(207,247,70); }

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

background-color css

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

 a { background-color: rgb(207,247,70); }

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

border-color css

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

 span { border-color: rgb(207,247,70); }

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